Click or drag to resize

HostSettings Class

Defines properties that comprise ClearScript's global configuration.
Inheritance Hierarchy
SystemObject
  Microsoft.ClearScriptHostSettings

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public static class HostSettings

The HostSettings type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAuxiliarySearchPath Gets or sets a semicolon-delimited list of directory paths to search for auxiliary files.
Public propertyStatic memberCustomAttributeLoader Gets or sets the custom attribute loader for ClearScript.
Public propertyStatic memberUseAssemblyTable Enables or disables assembly table usage.
Top
See Also