Click or drag to resize

IEvaluatorDisableReferencingFromCode Property

Gets or sets the flag indicating if the script code should be analyzed and the assemblies that the script depend on (via '//css_...' and 'using ...' directives) should be referenced.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
bool DisableReferencingFromCode { get; set; }

Property Value

Type: Boolean
See Also