Method |
Description |
|
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 |
|
|