C# 클래스 Henchmen.Lua.Libs.BaseLib

파일 보기 프로젝트 열기: henchmeninteractive/HenchLua

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

SetBaseMethods() 공개 정적인 메소드

public static SetBaseMethods ( Table globals ) : void
globals Table
리턴 void

SetRealCollectGarbageHandler() 공개 정적인 메소드

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
리턴 void

프로퍼티 상세

CollectGarbage_Gc 공개적으로 정적으로 프로퍼티

public static Callable CollectGarbage_Gc
리턴 Callable

CollectGarbage_Nop 공개적으로 정적으로 프로퍼티

public static Callable CollectGarbage_Nop
리턴 Callable

GetMetatable 공개적으로 정적으로 프로퍼티

public static Callable GetMetatable
리턴 Callable

INext 공개적으로 정적으로 프로퍼티

public static Callable INext
리턴 Callable

IPairs 공개적으로 정적으로 프로퍼티

public static Callable IPairs
리턴 Callable

Name_CollectGarbage 공개적으로 정적으로 프로퍼티

public static LString Name_CollectGarbage
리턴 LString

Name_GetMetatable 공개적으로 정적으로 프로퍼티

public static LString Name_GetMetatable
리턴 LString

Name_IPairs 공개적으로 정적으로 프로퍼티

public static LString Name_IPairs
리턴 LString

Name_Next 공개적으로 정적으로 프로퍼티

public static LString Name_Next
리턴 LString

Name_Pairs 공개적으로 정적으로 프로퍼티

public static LString Name_Pairs
리턴 LString

Name_Print 공개적으로 정적으로 프로퍼티

public static LString Name_Print
리턴 LString

Name_RawGet 공개적으로 정적으로 프로퍼티

public static LString Name_RawGet
리턴 LString

Name_RawSet 공개적으로 정적으로 프로퍼티

public static LString Name_RawSet
리턴 LString

Name_Select 공개적으로 정적으로 프로퍼티

public static LString Name_Select
리턴 LString

Name_SetMetatable 공개적으로 정적으로 프로퍼티

public static LString Name_SetMetatable
리턴 LString

Name_ToNumber 공개적으로 정적으로 프로퍼티

public static LString Name_ToNumber
리턴 LString

Name_ToString 공개적으로 정적으로 프로퍼티

public static LString Name_ToString
리턴 LString

Name_Type 공개적으로 정적으로 프로퍼티

public static LString Name_Type
리턴 LString

Name__G 공개적으로 정적으로 프로퍼티

public static LString Name__G
리턴 LString

Next 공개적으로 정적으로 프로퍼티

public static Callable Next
리턴 Callable

Pairs 공개적으로 정적으로 프로퍼티

public static Callable Pairs
리턴 Callable

Print 공개적으로 정적으로 프로퍼티

public static Callable Print
리턴 Callable

RawGet 공개적으로 정적으로 프로퍼티

public static Callable RawGet
리턴 Callable

RawSet 공개적으로 정적으로 프로퍼티

public static Callable RawSet
리턴 Callable

Select 공개적으로 정적으로 프로퍼티

public static Callable Select
리턴 Callable

SetMetatable 공개적으로 정적으로 프로퍼티

public static Callable SetMetatable
리턴 Callable

ToNumber 공개적으로 정적으로 프로퍼티

public static Callable ToNumber
리턴 Callable

ToString 공개적으로 정적으로 프로퍼티

public static Callable ToString
리턴 Callable

Type 공개적으로 정적으로 프로퍼티

public static Callable Type
리턴 Callable