Table of Contents

Class VirtualMachine

Namespace
JavaScriptCore
Assembly
JavaScriptCore-6.0.dll
public sealed class VirtualMachine : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
VirtualMachine
Implements
Inherited Members

Constructors

VirtualMachine(bool, params ConstructArgument[])

protected VirtualMachine(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

VirtualMachine(IntPtr, bool)

protected VirtualMachine(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static VirtualMachine New()

Returns

VirtualMachine