iControl.SystemSoftwareManagement.get_hotfix_information C# (CSharp) Method

get_hotfix_information() private method

private get_hotfix_information ( ) : iControl.SystemSoftwareManagementHotFixInformation[]
return iControl.SystemSoftwareManagementHotFixInformation[]
        public SystemSoftwareManagementHotFixInformation[] get_hotfix_information(

	)
        {
            object [] results = this.Invoke("get_hotfix_information", new object [0]);
            return ((SystemSoftwareManagementHotFixInformation [])(results[0]));
        }
SystemSoftwareManagement