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