Table of Contents

Class Table.VarHandleBase

Namespace
Luny
/
Assembly
Luny.dll
public abstract class Table.VarHandleBase
Expand Details ...
Inheritance
object
Table.VarHandleBase
Derived

Constructors

VarHandleBase(Table, string, bool)

protected VarHandleBase(Table owner, string name, bool isConstant)

Parameters

Type Name Description
Table
owner
string
name
bool
isConstant

Fields

_isConstant

protected readonly bool _isConstant

Field Value

bool

_name

protected readonly string _name

Field Value

string

_owner

protected readonly Table _owner

Field Value

Table

Properties

IsConstant

public bool IsConstant { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Methods

As<T>(out VarHandle<T>)

public bool As<T>(out Table.VarHandle<T> result)

Parameters

Type Name Description
Table.VarHandle<T>
result

Returns

bool

Type Parameters

T

Cast<T>()

public Table.VarHandle<T> Cast<T>()

Returns

Table.VarHandle<T>

Type Parameters

T

Reset()

public abstract void Reset()