ScriptEngineAllowReflection Property |
Controls whether script code is permitted to use reflection.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntaxpublic bool AllowReflection { get; set; }
Public Property AllowReflection As Boolean
Get
Set
public:
property bool AllowReflection {
bool get ();
void set (bool value);
}
member AllowReflection : bool with get, set
Property Value
Type:
Boolean
Remarks
See Also