Méthode | Description | |
---|---|---|
ExistsDirectory ( string path ) : bool | ||
ExistsFile ( string path ) : bool | ||
GetEnvironmentVariable ( string variable ) : string | ||
GetEnvironmentVariable ( string variable, EnvironmentVariableTarget target ) : string | ||
GetEnvironmentVariables ( ) : string>.IDictionary |
||
GetFileDescription ( string path ) : string | ||
GetLibPath ( ) : string | ||
GetLogFolder ( ) : string | ||
GetLogFolderKey ( ) : string | ||
GetNuGetPath ( ) : string | ||
GetPackageFolder ( ) : string | ||
GetPackageFolderKey ( ) : string | ||
GetPrigPath ( ) : string | ||
GetProfilerLocations ( ) : ProfilerLocation[] | ||
GetRegistryValue ( |
||
GetRegsvr32Path ( ) : string | ||
GetToolsPath ( ) : string | ||
GetVsixLibPath ( ) : string | ||
GetVsixPackageFolder ( ) : string | ||
GetVsixToolsPath ( ) : string | ||
Is64BitOperatingSystem ( ) : bool | ||
OpenRegistryBaseKey ( RegistryHive hKey, RegistryView view ) : |
||
OpenRegistrySubKey ( |
||
OpenRegistrySubKey ( |
||
RegisterPackageFolder ( ) : void | ||
RegisterToolsPath ( ) : void | ||
RemoveLogFolder ( ) : void | ||
RemovePackageFolder ( ) : void | ||
SetEnvironmentVariable ( string variable, string value ) : void | ||
SetEnvironmentVariable ( string variable, string value, EnvironmentVariableTarget target ) : void | ||
StoreLogFolder ( string variableValue ) : void | ||
StorePackageFolder ( string variableValue ) : void | ||
UnregisterPackageFolder ( ) : void | ||
UnregisterToolsPath ( ) : void |
Méthode | Description | |
---|---|---|
RegisterToolsPath ( Func |
||
SendMessageTimeout ( |
||
SetMachineEnvironmentVariable ( string variable, string value ) : void | ||
SetUserEnvironmentVariable ( string variable, string value ) : void | ||
UnregisterToolsPath ( Func |
public ExistsDirectory ( string path ) : bool | ||
path | string | |
Résultat | bool |
public GetEnvironmentVariable ( string variable ) : string | ||
variable | string | |
Résultat | string |
public GetEnvironmentVariable ( string variable, EnvironmentVariableTarget target ) : string | ||
variable | string | |
target | EnvironmentVariableTarget | |
Résultat | string |
public GetEnvironmentVariables ( ) : string>.IDictionary |
||
Résultat | string>.IDictionary |
public GetFileDescription ( string path ) : string | ||
path | string | |
Résultat | string |
public GetProfilerLocations ( ) : ProfilerLocation[] | ||
Résultat | ProfilerLocation[] |
public GetRegistryValue ( |
||
key | ||
name | string | |
Résultat | object |
public OpenRegistryBaseKey ( RegistryHive hKey, RegistryView view ) : |
||
hKey | RegistryHive | |
view | RegistryView | |
Résultat |
public OpenRegistrySubKey ( |
||
key | ||
name | string | |
Résultat |
public OpenRegistrySubKey ( |
||
key | ||
name | string | |
writable | bool | |
Résultat |
public SetEnvironmentVariable ( string variable, string value ) : void | ||
variable | string | |
value | string | |
Résultat | void |
public SetEnvironmentVariable ( string variable, string value, EnvironmentVariableTarget target ) : void | ||
variable | string | |
value | string | |
target | EnvironmentVariableTarget | |
Résultat | void |
public StoreLogFolder ( string variableValue ) : void | ||
variableValue | string | |
Résultat | void |
public StorePackageFolder ( string variableValue ) : void | ||
variableValue | string | |
Résultat | void |