C# 클래스 System.IO.DriveInfo

상속: System.Runtime.Serialization.ISerializable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
DriveInfo ( string driveName )
DriveInfo ( string driveName ) : System.Runtime.Serialization
GetDrives ( ) : System.IO.DriveInfo[]
GetDrives ( ) : System.IO.DriveInfo[]
System ( System info, System context ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
CheckStatfsResultAndThrowIfNecessary ( int result ) : void
DriveInfo ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
ISerializable ( SerializationInfo info, StreamingContext context ) : void
NormalizeDriveName ( string driveName ) : string

메소드 상세

DriveInfo() 공개 메소드

public DriveInfo ( string driveName )
driveName string

DriveInfo() 공개 메소드

public DriveInfo ( string driveName ) : System.Runtime.Serialization
driveName string
리턴 System.Runtime.Serialization

GetDrives() 공개 정적인 메소드

public static GetDrives ( ) : System.IO.DriveInfo[]
리턴 System.IO.DriveInfo[]

GetDrives() 공개 정적인 메소드

public static GetDrives ( ) : System.IO.DriveInfo[]
리턴 System.IO.DriveInfo[]

System() 공개 메소드

public System ( System info, System context ) : void
info System
context System
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string