iControl.SystemSystemInfo.get_hardware_information C# (CSharp) Méthode

get_hardware_information() private méthode

private get_hardware_information ( ) : iControl.SystemHardwareInformation[]
Résultat iControl.SystemHardwareInformation[]
        public SystemHardwareInformation[] get_hardware_information(

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