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

get_block_device_software_hotfix_list() 개인적인 메소드

private get_block_device_software_hotfix_list ( ) : iControl.SystemSoftwareManagementrepositoryImageID[]
리턴 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