Click or drag to resize

SettingsSearchDirs Property

List of directories to be used to search (probing) for referenced assemblies and script files. This setting is similar to the system environment variable PATH.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public string[] SearchDirs { get; }

Property Value

Type: String
See Also