Drive Class

 

Represents a drive object.

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

System::Object
  Microsoft.WindowsServerSolutions.Storage::NotifyPropertyChange
    Microsoft.WindowsServerSolutions.Storage::Drive

public ref class Drive : NotifyPropertyChange

NameDescription
System_CAPS_pubpropertyCapacity

Gets the total capacity of the drive in bytes.

System_CAPS_pubpropertyDataStatus

Gets the data status of the drive.

System_CAPS_pubpropertyDiskID

Obsolete. Gets the unique identifier of the parent disk.

System_CAPS_pubpropertyDiskObjectId

Gets the disk object ID.

System_CAPS_pubpropertyDriveGuid

Gets the identifier of the drive. The identifier persists across restarts.

System_CAPS_protpropertyEventQueue

Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.)

System_CAPS_pubpropertyFileSystemType

Gets the file system on the drive.

System_CAPS_pubpropertyID

Obsolete. Gets the unique identifier of the drive.

System_CAPS_pubpropertyMountPoint

Gets the mount point of the drive.

System_CAPS_pubpropertyName

The user-friendly name of the drive.

System_CAPS_pubpropertyNextSnapshotTime

Gets the next time that a snapshot will occur.

System_CAPS_pubpropertyObjectId

Gets the object ID of the drive.

System_CAPS_pubpropertySnapshotsEnabled

Indicates whether snapshots are enabled for the drive.

System_CAPS_pubpropertyStatus

Gets the data status of the drive.

System_CAPS_pubpropertySystemDrive

Indicates whether the drive is a system drive.

System_CAPS_pubpropertyUsedSpace

Gets the total space that is used on the drive in bytes.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCancelCheckDiskRequest()

Returns an object that is used to cancel a running check disk operation.

System_CAPS_pubmethodGetCheckDiskRequest(Boolean)

Returns an object that is used to run the check disk operation on the drive.

System_CAPS_pubmethodGetDriveInUseRequest()

Returns the usage status of the drive.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetModifyRequest()

Enables shadow copy for the drive.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Represents the PropertyChanged event.(Inherited from NotifyPropertyChange.)

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: