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.2.4
Syntax
public static V8GlobalFlags GlobalFlags { get; set; }

Property Value

Type: 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