C# 클래스 System.Environment

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExpandEnvironmentVariablesCore string
GetEnvironmentCharArray char[]
GetEnvironmentVariableCore string
GetEnvironmentVariableCore string
GetEnvironmentVariablesCore IDictionary
GetEnvironmentVariablesCore IDictionary
GetFolderPathCore string
GetKnownFolderPath string
SetEnvironmentVariableCore void
SetEnvironmentVariableCore void

공개 메소드들

메소드 설명
GetLogicalDrives ( ) : string[]

비공개 메소드들

메소드 설명
ExpandEnvironmentVariablesCore ( string name ) : string
GetEnvironmentCharArray ( ) : char[]
GetEnvironmentVariableCore ( string variable ) : string
GetEnvironmentVariableCore ( string variable, EnvironmentVariableTarget target ) : string
GetEnvironmentVariablesCore ( ) : IDictionary
GetEnvironmentVariablesCore ( EnvironmentVariableTarget target ) : IDictionary
GetFolderPathCore ( SpecialFolder folder, SpecialFolderOption option ) : string
GetKnownFolderPath ( string folderGuid, SpecialFolderOption option ) : string
SetEnvironmentVariableCore ( string variable, string value ) : void
SetEnvironmentVariableCore ( string variable, string value, EnvironmentVariableTarget target ) : void

메소드 상세

GetLogicalDrives() 공개 정적인 메소드

public static GetLogicalDrives ( ) : string[]
리턴 string[]