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.3.1
Syntaxpublic 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
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