Click or drag to resize

SettingsAddSearchDir Method

Adds the search directories aggregated from the unique locations of all assemblies referenced by the host application.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public Settings AddSearchDir(
	string dir
)

Parameters

dir
Type: SystemString
The dir.

Return Value

Type: Settings

[Missing <returns> documentation for "M:CSScriptLib.Settings.AddSearchDir(System.String)"]

See Also