Method | Description | |
---|---|---|
AddRef ( ) : void | ||
AddScriptSection ( string name, string code ) : void | ||
Build ( ) : void | ||
GetAddressOfGlobalVar ( int index ) : |
||
GetFunctionByName ( string name ) : |
||
GetGlobalVar ( int index, int &tid ) : void | ||
GetGlobalVarIndexByName ( string name ) : int | ||
GetObjectTypeByName ( string name ) : |
||
Release ( ) : void | ||
ScriptModule ( |
||
TryGetMember ( |
||
TryInvokeMember ( |
||
TrySetMember ( |
Method | Description | |
---|---|---|
GetFunction ( string name ) : |
||
ScriptModule_AddScriptSection ( |
||
ScriptModule_Build ( |
||
ScriptModule_GetAddressOfGlobalVar ( |
||
ScriptModule_GetFunctionByName ( |
||
ScriptModule_GetGlobalVar ( |
||
ScriptModule_GetGlobalVarIndexByName ( |
||
ScriptModule_GetName ( |
||
ScriptModule_GetObjectTypeByName ( |
public AddScriptSection ( string name, string code ) : void | ||
name | string | |
code | string | |
return | void |
public GetAddressOfGlobalVar ( int index ) : |
||
index | int | |
return |
public GetFunctionByName ( string name ) : |
||
name | string | |
return |
public GetGlobalVar ( int index, int &tid ) : void | ||
index | int | |
tid | int | |
return | void |
public GetGlobalVarIndexByName ( string name ) : int | ||
name | string | |
return | int |
public GetObjectTypeByName ( string name ) : |
||
name | string | |
return |
public ScriptModule ( |
||
ptr | ||
return | System |
public TryGetMember ( |
||
binder | ||
result | object | |
return | bool |
public TryInvokeMember ( |
||
binder | ||
args | object | |
result | object | |
return | bool |
public TrySetMember ( |
||
binder | ||
value | object | |
return | bool |