Property | Type | Description | |
---|---|---|---|
DynamicLua | System | ||
GetLuaValue | object | ||
SetLuaMember | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
DoFile ( string path ) : DynamicArray | ||
LoadFile ( string path ) : |
||
LoadString ( string chunk, string name = "" ) : |
||
NewTable ( string name ) : DynamicLuaTable | ||
TryGetIndex ( |
||
TryGetMember ( |
||
TryInvoke ( |
||
TrySetIndex ( |
||
TrySetMember ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DynamicLua ( ) : System | ||
GetLuaValue ( string name ) : object | ||
SetLuaMember ( string name, object value ) : void |
public LoadFile ( string path ) : |
||
path | string | |
return |
public LoadString ( string chunk, string name = "" ) : |
||
chunk | string | |
name | string | |
return |
public NewTable ( string name ) : DynamicLuaTable | ||
name | string | |
return | DynamicLuaTable |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
return | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
return | bool |
public TryInvoke ( |
||
binder | ||
args | object | |
result | object | |
return | bool |
public TrySetIndex ( |
||
binder | ||
indexes | object | |
value | object | |
return | bool |
public TrySetMember ( |
||
binder | ||
value | object | |
return | bool |