Table of Contents

Class Class

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

Constructors

Class(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

Class(IntPtr, bool)

protected Class(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

NamePropertyDefinition

public static readonly Property<string?, Class> NamePropertyDefinition

Field Value

Property<string, Class>

ParentPropertyDefinition

public static readonly Property<Class?, Class> ParentPropertyDefinition

Field Value

Property<Class, Class>

Properties

Name

public string? Name { get; }

Property Value

string

Parent

public Class? Parent { get; }

Property Value

Class

Methods

AddConstructorVariadic(string?, Callback, Type)

public Value AddConstructorVariadic(string? name, Callback callback, Type returnType)

Parameters

name string
callback Callback
returnType Type

Returns

Value

AddMethodVariadic(string, Callback, Type)

public void AddMethodVariadic(string name, Callback callback, Type returnType)

Parameters

name string
callback Callback
returnType Type

GetGType()

public static Type GetGType()

Returns

Type

GetName()

public string GetName()

Returns

string

GetParent()

public Class GetParent()

Returns

Class