The members of System.IO.DriveInfo are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Documentation for this section has not yet been entered. |
Public Properties
[read-only] | AvailableFreeSpace | long. Documentation for this section has not yet been entered. |
[read-only] | DriveFormat | string. Documentation for this section has not yet been entered. |
[read-only] | DriveType | DriveType. Documentation for this section has not yet been entered. |
[read-only] | IsReady | bool. Documentation for this section has not yet been entered. |
[read-only] | Name | string. Documentation for this section has not yet been entered. |
[read-only] | RootDirectory | DirectoryInfo. Documentation for this section has not yet been entered. |
[read-only] | TotalFreeSpace | long. Documentation for this section has not yet been entered. |
[read-only] | TotalSize | long. Documentation for this section has not yet been entered. |
| VolumeLabel | string. Documentation for this section has not yet been entered. |
Public Methods
static | GetDrives() : DriveInfo[]Documentation for this section has not yet been entered. |
override | ToString() : stringDocumentation for this section has not yet been entered. |
Explicitly Implemented Interface Members