프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
CreateScope ( ) : void |
Creates new default nested scope
|
|
CreateScope ( IScriptScope scope ) : void |
Replace existing scope with new one
|
|
GetFunctionDefinition ( string name ) : IInvokable |
Finds function definition in current scope
|
|
GetItem ( string id, bool throwException ) : object | ||
IsBreak ( ) : bool |
Break state
|
|
IsContinue ( ) : bool |
Continue state
|
|
IsReturn ( ) : bool |
Return state
|
|
RemoveLocalScope ( ) : void |
Remove Local Scope
|
|
ScriptContext ( ) : System |
Creates new Script Context with Default scope
|
|
SetBreak ( bool val ) : void |
Set break state of run-time
|
|
SetContinue ( bool val ) : void |
Set continue state of run-time
|
|
SetItem ( string id, object value ) : void | ||
SetReturn ( bool val ) : void |
Set return state of run-time
|
public GetFunctionDefinition ( string name ) : IInvokable | ||
name | string | function name |
리턴 | IInvokable |
public GetItem ( string id, bool throwException ) : object | ||
id | string | |
throwException | bool | |
리턴 | object |