iControl.SystemSystemInfo.get_hardware_information C# (CSharp) Метод

get_hardware_information() приватный Метод

private get_hardware_information ( ) : iControl.SystemHardwareInformation[]
Результат iControl.SystemHardwareInformation[]
        public SystemHardwareInformation[] get_hardware_information(

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