IScriptEngineAllowReflection Property |
Controls whether script code is permitted to use reflection.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax bool AllowReflection { get; set; }
Property AllowReflection As Boolean
Get
Set
property bool AllowReflection {
bool get ();
void set (bool value);
}
abstract AllowReflection : bool with get, set
Property Value
BooleanRemarks See Also