iControl.SystemSoftwareManagement.get_block_device_software_hotfix C# (CSharp) 메소드

get_block_device_software_hotfix() 개인적인 메소드

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