Click or drag to resize

HostSettingsAuxiliarySearchPath Property

Gets or sets a semicolon-delimited list of directory paths to search for auxiliary files.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public static string AuxiliarySearchPath { get; set; }

Property Value

String
Remarks
This property allows the host to augment ClearScript's algorithm for locating unmanaged resources such as native assemblies and related data files.
See Also