Click or drag to resize

V8SettingsGlobalFlags Property

Gets or sets global V8 options.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public static V8GlobalFlags GlobalFlags { get; set; }

Property Value

V8GlobalFlags
Remarks
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