HostSettingsAuxiliarySearchPath Property |
Gets or sets a semicolon-delimited list of directory paths to search for auxiliary files.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public static string AuxiliarySearchPath { get; set; }
Public Shared Property AuxiliarySearchPath As String
Get
Set
public:
static property String^ AuxiliarySearchPath {
String^ get ();
void set (String^ value);
}
static member AuxiliarySearchPath : string with get, set
Property Value
StringRemarks
This property allows the host to augment ClearScript's algorithm for locating unmanaged
resources such as native assemblies and related data files.
See Also