Method | Description | |
---|---|---|
SetMachineWideImplementationDirs ( [ |
Sets the list of custom implementation directories in the current machine-wide configuration.
|
|
SetUserImplementationDirs ( [ |
Sets the list of custom implementation directories in the current user configuration.
|
Method | Description | |
---|---|---|
GetImplementationDirs ( [ configPath ) : IEnumerable |
||
GetImplementationDirs ( bool serviceMode = false ) : IEnumerable |
||
GetMachineWideConfigFile ( ) : string | ||
GetMachineWideImplementationDirs ( ) : IEnumerable |
||
GetUserConfigFile ( ) : string | ||
GetUserImplementationDirs ( ) : IEnumerable |
||
SetImplementationDirs ( [ configPath, [ |
Sets the list of implementation directories in a specific configuration file.
|
public static SetMachineWideImplementationDirs ( [ |
||
paths | [ |
The list of implementation directories to set. |
return | void |
public static SetUserImplementationDirs ( [ |
||
paths | [ |
The list of implementation directories to set. |
return | void |