Table of Contents

Class ClassVTableArrayHandle

Namespace
JavaScriptCore.Internal
Assembly
JavaScriptCore-6.0.dll
public abstract class ClassVTableArrayHandle : SafeHandle, IDisposable
Inheritance
ClassVTableArrayHandle
Implements
Derived
Inherited Members

Constructors

ClassVTableArrayHandle(bool)

protected ClassVTableArrayHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.