Click or drag to resize

ScriptEngineCustomAttributeLoader Property

Gets or sets the script engine's custom attribute loader.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public CustomAttributeLoader CustomAttributeLoader { get; set; }

Property Value

CustomAttributeLoader

Implements

IScriptEngineCustomAttributeLoader
Remarks
By default, all script engines use the global custom attribute loader.
See Also