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.2.3
Syntax
public static string AuxiliarySearchPath { get; set; }

Property Value

Type: 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