iControl.SystemSystemInfo.get_hardware_information C# (CSharp) Method

get_hardware_information() private method

private get_hardware_information ( ) : iControl.SystemHardwareInformation[]
return iControl.SystemHardwareInformation[]
        public SystemHardwareInformation[] get_hardware_information(

	)
        {
            object [] results = this.Invoke("get_hardware_information", new object [0]);
            return ((SystemHardwareInformation [])(results[0]));
        }
SystemSystemInfo