C# Class Henchmen.Lua.Libs.BaseLib

Afficher le fichier Open project: henchmeninteractive/HenchLua

Méthodes publiques

Свойство Type Description
CollectGarbage_Gc Callable
CollectGarbage_Nop Callable
GetMetatable Callable
INext Callable
IPairs Callable
Name_CollectGarbage LString
Name_GetMetatable LString
Name_IPairs LString
Name_Next LString
Name_Pairs LString
Name_Print LString
Name_RawGet LString
Name_RawSet LString
Name_Select LString
Name_SetMetatable LString
Name_ToNumber LString
Name_ToString LString
Name_Type LString
Name__G LString
Next Callable
Pairs Callable
Print Callable
RawGet Callable
RawSet Callable
Select Callable
SetMetatable Callable
ToNumber Callable
ToString Callable
Type Callable

Méthodes publiques

Méthode Description
SetBaseMethods ( Table globals ) : void
SetRealCollectGarbageHandler ( Table globals ) : void

Replaces the default (nop) GC handler with one that calls into the .NET GC to do partial or full collections.

Private Methods

Méthode Description
BCollectGarbage_Gc ( System.Thread l ) : int
BCollectGarbage_Nop ( System.Thread l ) : int
BGetMetatable ( System.Thread l ) : int
BINext ( System.Thread l ) : int
BIPairs ( System.Thread l ) : int
BNext ( System.Thread l ) : int
BPairs ( System.Thread l ) : int
BPrint ( System.Thread l ) : int
BRawGet ( System.Thread l ) : int
BRawSet ( System.Thread l ) : int
BSelect ( System.Thread l ) : int
BSetMetatable ( System.Thread l ) : int
BToNumber ( System.Thread l ) : int
BToString ( System.Thread l ) : int
BType ( System.Thread l ) : int
GetMetatableImp ( Value value ) : Table
SetMetatableImp ( Value value, Table mt ) : void
ToStringCore ( Value v, System.Thread l ) : LString

Method Details

SetBaseMethods() public static méthode

public static SetBaseMethods ( Table globals ) : void
globals Table
Résultat void

SetRealCollectGarbageHandler() public static méthode

Replaces the default (nop) GC handler with one that calls into the .NET GC to do partial or full collections.
public static SetRealCollectGarbageHandler ( Table globals ) : void
globals Table
Résultat void

Property Details

CollectGarbage_Gc public_oe static_oe property

public static Callable CollectGarbage_Gc
Résultat Callable

CollectGarbage_Nop public_oe static_oe property

public static Callable CollectGarbage_Nop
Résultat Callable

GetMetatable public_oe static_oe property

public static Callable GetMetatable
Résultat Callable

INext public_oe static_oe property

public static Callable INext
Résultat Callable

IPairs public_oe static_oe property

public static Callable IPairs
Résultat Callable

Name_CollectGarbage public_oe static_oe property

public static LString Name_CollectGarbage
Résultat LString

Name_GetMetatable public_oe static_oe property

public static LString Name_GetMetatable
Résultat LString

Name_IPairs public_oe static_oe property

public static LString Name_IPairs
Résultat LString

Name_Next public_oe static_oe property

public static LString Name_Next
Résultat LString

Name_Pairs public_oe static_oe property

public static LString Name_Pairs
Résultat LString

Name_Print public_oe static_oe property

public static LString Name_Print
Résultat LString

Name_RawGet public_oe static_oe property

public static LString Name_RawGet
Résultat LString

Name_RawSet public_oe static_oe property

public static LString Name_RawSet
Résultat LString

Name_Select public_oe static_oe property

public static LString Name_Select
Résultat LString

Name_SetMetatable public_oe static_oe property

public static LString Name_SetMetatable
Résultat LString

Name_ToNumber public_oe static_oe property

public static LString Name_ToNumber
Résultat LString

Name_ToString public_oe static_oe property

public static LString Name_ToString
Résultat LString

Name_Type public_oe static_oe property

public static LString Name_Type
Résultat LString

Name__G public_oe static_oe property

public static LString Name__G
Résultat LString

Next public_oe static_oe property

public static Callable Next
Résultat Callable

Pairs public_oe static_oe property

public static Callable Pairs
Résultat Callable

Print public_oe static_oe property

public static Callable Print
Résultat Callable

RawGet public_oe static_oe property

public static Callable RawGet
Résultat Callable

RawSet public_oe static_oe property

public static Callable RawSet
Résultat Callable

Select public_oe static_oe property

public static Callable Select
Résultat Callable

SetMetatable public_oe static_oe property

public static Callable SetMetatable
Résultat Callable

ToNumber public_oe static_oe property

public static Callable ToNumber
Résultat Callable

ToString public_oe static_oe property

public static Callable ToString
Résultat Callable

Type public_oe static_oe property

public static Callable Type
Résultat Callable