Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.DriveInfo Class Referencesealed

Public Member Functions

 DriveInfo (string driveName)
 
override string ToString ()
 

Static Public Member Functions

static DriveInfo[] GetDrives ()
 

Properties

string Name [get]
 
bool IsReady [get]
 
DirectoryInfo RootDirectory [get]
 
DriveType DriveType [get]
 
unsafe string DriveFormat [get]
 
long AvailableFreeSpace [get]
 
long TotalFreeSpace [get]
 
long TotalSize [get]
 
unsafe string VolumeLabel [get, set]
 

Private Member Functions

void ISerializable. GetObjectData (SerializationInfo info, StreamingContext context)
 

Static Private Member Functions

static string NormalizeDriveName (string driveName)
 

Private Attributes

readonly string _name
 

Detailed Description

Definition at line 8 of file DriveInfo.cs.


The documentation for this class was generated from the following file: