iControl.SystemSoftwareManagement.get_software_image C# (CSharp) Метод

get_software_image() приватный Метод

private get_software_image ( SystemSoftwareManagementrepositoryImageID imageIDs ) : iControl.SystemSoftwareManagementsoftwareRepositoryImage[]
imageIDs SystemSoftwareManagementrepositoryImageID
Результат iControl.SystemSoftwareManagementsoftwareRepositoryImage[]
        public SystemSoftwareManagementsoftwareRepositoryImage[] get_software_image(
		SystemSoftwareManagementrepositoryImageID [] imageIDs
	)
        {
            object [] results = this.Invoke("get_software_image", new object [] {
                imageIDs});
            return ((SystemSoftwareManagementsoftwareRepositoryImage [])(results[0]));
        }
SystemSoftwareManagement