Click or drag to resize

V8RuntimeFlags Enumeration

Defines options for initializing a new V8 runtime instance.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
[FlagsAttribute]
public enum V8RuntimeFlags
Members
Member nameValueDescription
None0 Specifies that no options are selected.
EnableDebugging1 Specifies that script debugging features are to be enabled.
EnableRemoteDebugging2 Specifies that remote script debugging is to be enabled. This option is ignored if EnableDebugging is not specified.
EnableDynamicModuleImports4 Specifies that dynamic module imports are to be enabled. This is an experimental feature and may be removed in a future release.
See Also