iControl.SystemSoftwareManagement.get_software_hotfix C# (CSharp) Method

get_software_hotfix() private method

private get_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs ) : iControl.SystemSoftwareManagementsoftwareRepositoryHotfix[]
imageIDs SystemSoftwareManagementrepositoryImageID
return iControl.SystemSoftwareManagementsoftwareRepositoryHotfix[]
        public SystemSoftwareManagementsoftwareRepositoryHotfix[] get_software_hotfix(
		SystemSoftwareManagementrepositoryImageID [] imageIDs
	)
        {
            object [] results = this.Invoke("get_software_hotfix", new object [] {
                imageIDs});
            return ((SystemSoftwareManagementsoftwareRepositoryHotfix [])(results[0]));
        }
SystemSoftwareManagement