DriveInfo Methods
.NET Framework 4.5
The DriveInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetDrives | Retrieves the drive names of all logical drives on a computer. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a drive name as a string. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
|
ISerializable.GetObjectData | Populates a SerializationInfo object with the data needed to serialize the target object. |