V8SettingsGlobalFlags Property |
Gets or sets global V8 options.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public static V8GlobalFlags GlobalFlags { get; set; }
Public Shared Property GlobalFlags As V8GlobalFlags
Get
Set
public:
static property V8GlobalFlags GlobalFlags {
V8GlobalFlags get ();
void set (V8GlobalFlags value);
}
static member GlobalFlags : V8GlobalFlags with get, set
Property Value
V8GlobalFlagsRemarks
To override the default global options, set this property before instantiating
V8ScriptEngine or
V8Runtime for the first time. Subsequent
reassignment will have no effect.
See Also