DriveInfo Class

 

Contains information about a hard drive.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Storage::DriveInfo

[DataContractAttribute]
public ref class DriveInfo 

NameDescription
System_CAPS_pubmethodDriveInfo()

Creates a new instance of the DriveInfo object.

NameDescription
System_CAPS_pubpropertyCapacity

Gets and sets a number that describes the capacity of the drive.

System_CAPS_pubpropertyDataStatus

Gets and sets the data status.

System_CAPS_pubpropertyDiskID

Gets and sets the disk ID.

System_CAPS_pubpropertyDiskNumber

Gets and sets the disk number.

System_CAPS_pubpropertyDiskObjectId

Gets and sets the disk object ID.

System_CAPS_pubpropertyDriveGuid

Gets the identifier of the drive.

System_CAPS_pubpropertyFileSystemType

Gets and sets the file system type.

System_CAPS_pubpropertyID

Gets and sets the ID.

System_CAPS_pubpropertyMountPoint

Gets and sets the mount point.

System_CAPS_pubpropertyName

Gets and sets the name of the drive.

System_CAPS_pubpropertyNextSnapshotTime

Gets and sets the next snapshot time.

System_CAPS_pubpropertyObjectId

Gets and sets the object ID.

System_CAPS_pubpropertyOnDynamicDisk

Gets and sets a value that describes if the drive is on a dymamic disk.

System_CAPS_pubpropertySnapshotsEnabled

Gets or sets a value that determines if snapshots are enabled.

System_CAPS_pubpropertyStatus

Gets the status of the drive.

System_CAPS_pubpropertySystemDrive

Gets and sets a value that determines if the drive is a system drive.

System_CAPS_pubpropertyUsedSpace

Gets and sets a value that describes how much used space there is on the drive.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: