Property | Type | Description | |
---|---|---|---|
ExecuteMethod | |||
SizeOf | double | ||
ToScriptObject | string | ||
ToScriptSource | string | ||
TypeOf | string |
Method | Description | |
---|---|---|
Call ( ScriptProcessor processor, |
Executes the function.
|
|
SFunction ( BuiltInMethod method ) : System |
Initializes an instance with a built in method.
|
|
SFunction ( |
Initializes an instance with a built in method.
|
|
SFunction ( ScriptProcessor processor, string sourceCode ) : System |
Initializes an instance with a script code signature and body.
|
|
SFunction ( string body, string parameters ) : System |
Method | Description | |
---|---|---|
ExecuteMethod ( ScriptProcessor processor, string methodName, |
||
SizeOf ( ) : double | ||
ToScriptObject ( ) : string | ||
ToScriptSource ( ) : string | ||
TypeOf ( ) : string |
public Call ( ScriptProcessor processor, |
||
processor | ScriptProcessor | The processor with context that called this functions. |
caller | The calling object. | |
This | The "This" reference used in the call context. | |
parameters | The parameters used in this function call. | |
return |
public SFunction ( BuiltInMethod method ) : System | ||
method | BuiltInMethod | |
return | System |
public SFunction ( |
||
method | ||
return | System |
public SFunction ( ScriptProcessor processor, string sourceCode ) : System | ||
processor | ScriptProcessor | |
sourceCode | string | The source code, format: function (params) { code } |
return | System |
public SFunction ( string body, string parameters ) : System | ||
body | string | |
parameters | string | |
return | System |