Table of Contents

Class ClassHandle

Namespace
JavaScriptCore.Internal
Assembly
JavaScriptCore-6.0.dll
public class ClassHandle : ObjectHandle, IDisposable
Inheritance
ClassHandle
Implements
Inherited Members

Constructors

ClassHandle(nint, bool)

public ClassHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

Create(ConstructArgument[])

public static ClassHandle Create(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Returns

ClassHandle