Click or drag to resize

V8ScriptEngine Properties

The V8ScriptEngine type exposes the following members.

Properties
 NameDescription
Public propertyAccessContext Allows script code to access non-host resources.
(Inherited from ScriptEngine)
Public propertyAllowReflection Controls whether script code is permitted to use reflection.
(Inherited from ScriptEngine)
Public propertyContinuationCallback Gets or sets a callback that can be used to halt script execution.
(Inherited from ScriptEngine)
Public propertyCpuProfileSampleInterval Gets or sets the time interval between automatic CPU profile samples, in microseconds.
Public propertyCustomAttributeLoader Gets or sets the script engine's custom attribute loader.
(Inherited from ScriptEngine)
Public propertyDefaultAccess Gets or sets the default script access setting for all members of exposed objects.
(Inherited from ScriptEngine)
Public propertyDisableDynamicBinding Enables or disables dynamic method binding.
(Inherited from ScriptEngine)
Public propertyDisableExtensionMethods Enables or disables extension method support.
(Inherited from ScriptEngine)
Public propertyDisableFloatNarrowing Enables or disables floating point narrowing.
(Inherited from ScriptEngine)
Public propertyDisableListIndexTypeRestriction Enables or disables type restriction for array and list elements retrieved by index.
(Inherited from ScriptEngine)
Public propertyDisableTypeRestriction Enables or disables type restriction for field, property, and method return values.
(Inherited from ScriptEngine)
Public propertyDocumentSettings Gets or sets the script engine's document settings.
(Inherited from ScriptEngine)
Public propertyEnableAutoHostVariables Enables or disables automatic host variable tunneling for by-reference arguments to script functions and delegates.
(Inherited from ScriptEngine)
Public propertyEnableNullResultWrapping Enables or disables null wrapping for field, property, and method return values.
(Inherited from ScriptEngine)
Public propertyEnableRuntimeInterruptPropagation Enables or disables interrupt propagation in the V8 runtime.
Public propertyEnforceAnonymousTypeAccess Enables or disables access restrictions for anonymous types.
(Inherited from ScriptEngine)
Public propertyExposeHostObjectStaticMembers Controls whether host objects provide access to the static members of their exposed types to script code.
(Inherited from ScriptEngine)
Public propertyFileNameExtension Gets the script engine's recommended file name extension for script files.
(Overrides ScriptEngineFileNameExtension)
Public propertyFormatCode Enables or disables script code formatting.
(Inherited from ScriptEngine)
Public propertyGlobal Allows the host to access script resources.
(Overrides ScriptEngineGlobal)
Public propertyHostData Allows the host to attach arbitrary data to the script engine.
(Inherited from ScriptEngine)
Public propertyMaxRuntimeHeapSize Gets or sets a soft limit for the size of the V8 runtime's heap.
Public propertyMaxRuntimeStackUsage Gets or sets the maximum amount by which the V8 runtime is permitted to grow the stack during script execution.
Public propertyName Gets the name associated with the script engine instance.
(Inherited from ScriptEngine)
Public propertyNullExportValue Gets or sets the script engine's null export value.
(Inherited from ScriptEngine)
Public propertyRuntimeHeapSizeSampleInterval Gets or sets the minimum time interval between consecutive heap size samples.
Public propertyRuntimeHeapSizeViolationPolicy Gets or sets the V8 runtime's behavior in response to a violation of the maximum heap size.
Public propertyScript Allows the host to access script resources dynamically.
(Overrides ScriptEngineScript)
Public propertySuppressExtensionMethodEnumeration Enables or disables extension method enumeration.
Public propertySuppressInstanceMethodEnumeration Enables or disables instance method enumeration.
Public propertyUndefinedImportValue Gets or sets the script engine's undefined import value.
(Inherited from ScriptEngine)
Public propertyUseReflectionBindFallback Enables or disables the use of reflection-based method binding as a fallback.
(Inherited from ScriptEngine)
Public propertyVoidResultValue Gets or sets the script engine's void result export value.
(Inherited from ScriptEngine)
Top
See Also