메소드 | 설명 | |
---|---|---|
Assert ( bool v, object message = null ) : Varargs | ||
BaseLibrary ( IronLua.Runtime.Context context ) : System | ||
CollectGarbage ( string opt, string arg = null ) : void | ||
DoFile ( string filename = null ) : object | ||
Error ( string message, object level ) : void | ||
GetFEnv ( object f = null ) : object | ||
GetMetatable ( object obj ) : object | ||
IPairs ( |
||
Load ( |
||
LoadFile ( string filename = null ) : Varargs | ||
LoadString ( string str, string chunkname ) : Varargs | ||
Next ( |
||
PCall ( |
||
Pairs ( |
||
Print ( ) : void | ||
RawEqual ( object v1, object v2 ) : bool | ||
RawGet ( |
||
RawSet ( |
||
Select ( object index ) : Varargs | ||
SetFEnv ( object f, |
||
SetMetatable ( |
||
Setup ( |
||
ToNumber ( object obj, object @base = null ) : object | ||
ToString ( object e ) : object | ||
Type ( object v ) : string | ||
Unpack ( |
||
XPCall ( |
메소드 | 설명 | |
---|---|---|
AlphaNumericToBase ( char c ) : int | ||
CompileString ( string source ) : Func | ||
ConvertToNumber ( object obj, int argumentIndex, double @default = Double.NaN ) : double | ||
InternalToNumber ( string str, double @base ) : double |
public static Assert ( bool v, object message = null ) : Varargs | ||
v | bool | |
message | object | |
리턴 | Varargs |
public BaseLibrary ( IronLua.Runtime.Context context ) : System | ||
context | IronLua.Runtime.Context | |
리턴 | System |
public CollectGarbage ( string opt, string arg = null ) : void | ||
opt | string | |
arg | string | |
리턴 | void |
public static Error ( string message, object level ) : void | ||
message | string | |
level | object | |
리턴 | void |
public static IPairs ( |
||
t | ||
리턴 | Varargs |
public Load ( |
||
func | ||
chunkname | string | |
리턴 | Varargs |
public LoadString ( string str, string chunkname ) : Varargs | ||
str | string | |
chunkname | string | |
리턴 | Varargs |
public static Next ( |
||
table | ||
index | object | |
리턴 | Varargs |
public static Pairs ( |
||
t | ||
리턴 | Varargs |
public static RawEqual ( object v1, object v2 ) : bool | ||
v1 | object | |
v2 | object | |
리턴 | bool |
public static RawGet ( |
||
table | ||
index | object | |
리턴 | object |
public static RawSet ( |
||
table | ||
index | object | |
value | object | |
리턴 |
public SetFEnv ( object f, |
||
f | object | |
table | ||
리턴 | object |
public static SetMetatable ( |
||
table | ||
metatable | ||
리턴 |
public static ToNumber ( object obj, object @base = null ) : object | ||
obj | object | |
@base | object | |
리턴 | object |
public static Unpack ( |
||
list | ||
i | object | |
j | object | |
리턴 | Varargs |
public XPCall ( |
||
f | ||
err | ||
리턴 | Varargs |