C# Class LuaInterface.LuaBaseRef

Inheritance: IDisposable
Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Méthodes publiques

Свойство Type Description
name string

Protected Properties

Свойство Type Description
beDisposed bool
count int
luaState LuaState
reference int
translator ObjectTranslator

Méthodes publiques

Méthode Description
AddRef ( ) : void
Dispose ( ) : void
Dispose ( bool disposeManagedResources ) : void
Dispose ( int generation ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
GetLuaState ( ) : LuaState
GetReference ( ) : int
IsAlive ( ) : bool
LuaBaseRef ( ) : System
Push ( ) : void
operator ( ) : bool

Private Methods

Méthode Description
CompareRef ( LuaBaseRef a, LuaBaseRef b ) : bool

Method Details

AddRef() public méthode

public AddRef ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

Dispose() public méthode

public Dispose ( int generation ) : void
generation int
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetLuaState() public méthode

public GetLuaState ( ) : LuaState
Résultat LuaState

GetReference() public méthode

public GetReference ( ) : int
Résultat int

IsAlive() public méthode

public IsAlive ( ) : bool
Résultat bool

LuaBaseRef() public méthode

public LuaBaseRef ( ) : System
Résultat System

Push() public méthode

public Push ( ) : void
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

beDisposed protected_oe property

protected bool beDisposed
Résultat bool

count protected_oe property

protected int count
Résultat int

luaState protected_oe property

protected LuaState,LuaInterface luaState
Résultat LuaState

name public_oe property

public string name
Résultat string

reference protected_oe property

protected int reference
Résultat int

translator protected_oe property

protected ObjectTranslator,LuaInterface translator
Résultat ObjectTranslator