Class DriveInfoImpl
Inheritance
System.Object
DriveInfoImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class DriveInfoImpl
Methods
|
Improve this Doc
View Source
get_AvailableFreeSpace(DriveInfo)
Declaration
public static long get_AvailableFreeSpace(DriveInfo aThis)
Parameters
Type |
Name |
Description |
DriveInfo |
aThis |
|
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Declaration
public static string get_DriveFormat(DriveInfo aThis)
Parameters
Type |
Name |
Description |
DriveInfo |
aThis |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
get_DriveType(DriveInfo)
Declaration
public static DriveType get_DriveType(DriveInfo aThis)
Parameters
Type |
Name |
Description |
DriveInfo |
aThis |
|
Returns
Type |
Description |
DriveType |
|
|
Improve this Doc
View Source
get_IsReady(DriveInfo)
Declaration
public static bool get_IsReady(DriveInfo aThis)
Parameters
Type |
Name |
Description |
DriveInfo |
aThis |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
get_TotalFreeSpace(DriveInfo)
Declaration
public static long get_TotalFreeSpace(DriveInfo aThis)
Parameters
Type |
Name |
Description |
DriveInfo |
aThis |
|
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
get_TotalSize(DriveInfo)
Declaration
public static long get_TotalSize(DriveInfo aThis)
Parameters
Type |
Name |
Description |
DriveInfo |
aThis |
|
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
get_VolumeLabel(DriveInfo)
Declaration
public static string get_VolumeLabel(DriveInfo aThis)
Parameters
Type |
Name |
Description |
DriveInfo |
aThis |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetDrives()
Declaration
public static DriveInfo[] GetDrives()
Returns
Type |
Description |
DriveInfo[] |
|
|
Improve this Doc
View Source
NormalizeDriveName(String)
Declaration
public static string NormalizeDriveName(string driveName)
Parameters
Type |
Name |
Description |
System.String |
driveName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
set_VolumeLabel(DriveInfo, String)
Declaration
public static void set_VolumeLabel(DriveInfo aThis, string aLabel)
Parameters
Type |
Name |
Description |
DriveInfo |
aThis |
|
System.String |
aLabel |
|