iControl.SystemSoftwareManagement.get_block_device_software_hotfix_list C# (CSharp) Method

get_block_device_software_hotfix_list() private method

private get_block_device_software_hotfix_list ( ) : iControl.SystemSoftwareManagementrepositoryImageID[]
return iControl.SystemSoftwareManagementrepositoryImageID[]
        public SystemSoftwareManagementrepositoryImageID[] get_block_device_software_hotfix_list(

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