Table of Contents

Class ContextClassUnownedHandle

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

Constructors

ContextClassUnownedHandle(IntPtr)

Creates a new instance of ContextClassOwnedHandle. Assumes that the given pointer is unowned by the runtime.

public ContextClassUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static ContextClassUnownedHandle NullHandle { get; }

Property Value

ContextClassUnownedHandle

Methods

Copy()

public ContextClassOwnedHandle Copy()

Returns

ContextClassOwnedHandle

ReleaseHandle()

When overridden in a derived class, executes the code required to free the handle.

protected override bool ReleaseHandle()

Returns

bool

true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.