Class Table.VarHandleBase
- Namespace
- Luny /
- Assembly
- Luny.dll
public abstract class Table.VarHandleBase
Expand Details ...
- Inheritance
-
objectTable.VarHandleBase
- Derived
Constructors
VarHandleBase(Table, string, bool)
protected VarHandleBase(Table owner, string name, bool isConstant)
Parameters
| Type | Name | Description |
|---|---|---|
owner |
||
name |
||
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
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 |
|---|
Returns
- bool
Type Parameters
T
Cast<T>()
public Table.VarHandle<T> Cast<T>()
Returns
Type Parameters
T
Reset()
public abstract void Reset()