iControl.SystemDisk.get_logical_disk_format C# (CSharp) Method

get_logical_disk_format() private method

private get_logical_disk_format ( SystemDiskLogicalDisk disks ) : string[]
disks SystemDiskLogicalDisk
return string[]
        public string[] get_logical_disk_format(
		SystemDiskLogicalDisk [] disks
	)
        {
            object [] results = this.Invoke("get_logical_disk_format", new object [] {
                disks});
            return ((string [])(results[0]));
        }
SystemDisk