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

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

private get_product_information ( ) : SystemProductInformation
Результат SystemProductInformation
        public SystemProductInformation get_product_information(

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