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.2.3
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 memberUseAssemblyTable
Enables or disables assembly table usage.
Top
See Also