DriveShortInfo Class
Contains a short description of the drive.
Assembly: StorageOM (in StorageOM.dll)
Microsoft.WindowsServerSolutions.Storage::FolderTreeNodeInfo
Microsoft.WindowsServerSolutions.Storage::DriveShortInfo
| Name | Description | |
|---|---|---|
![]() | DriveShortInfo() | Creates a new instance of the DriveShortInfo object. |
| Name | Description | |
|---|---|---|
![]() | DeviceName | Gets and sets the device name. |
![]() | FileSystem | Gets and sets the file system. |
![]() | FullName | Gets and sets the full name of the folder tree node.(Inherited from FolderTreeNodeInfo.) |
![]() | Name | Gets and sets the name of the folder tree node.(Inherited from FolderTreeNodeInfo.) |
![]() | Size | Gets and sets the size of the drive. |
![]() | SizeRemaining | Gets and sets the remaining size of the drive. |
![]() | VolumeName | Gets and sets the volume name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


