Class ClassVTable
- Namespace
- JavaScriptCore
- Assembly
- JavaScriptCore-6.0.dll
public sealed class ClassVTable
- Inheritance
-
ClassVTable
- Inherited Members
Constructors
ClassVTable()
public ClassVTable()
ClassVTable(ClassVTableOwnedHandle)
public ClassVTable(ClassVTableOwnedHandle handle)
Parameters
handleClassVTableOwnedHandle
Properties
Handle
public ClassVTableOwnedHandle Handle { get; }
Property Value
Methods
Equals(ClassVTable?)
public bool Equals(ClassVTable? other)
Parameters
otherClassVTable
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.