Click or drag to resize
VHDInfo Fields

The VHDInfo type exposes the following members.

Fields
  Name Description
Public field Drive
This value is the drive letter for the .vhd file.
Public field FileSize
This value is the size, in bytes, of the .vhd file on the physical disk.
Public field MaxInternalSize
This value is the maximum size, in bytes, of the .vhd file as viewable the virtual machine. It is used by CreateJob to check for free space.
Public field ParentPath
This value is the full path to the parent location of the .vhd file.
Public field Path
This value is the full path and file name to the .vhd file.
Public field Type
This value is the disk type.

0-This value is an unknown disk type.

2-This value is a fixed disk.

3-This value is a dynamic disk.

4-This value is a differencing disk.

5-This value is a thick disk.

6-This value is a thin disk.

7-This value is a flat disk.

Top
See Also