Codeblock Class |
Namespace: XSharp
The Codeblock type exposes the following members.
Name | Description | |
---|---|---|
ResultType |
Returns the real /original return type of the EvalBlock() method
|
Name | Description | |
---|---|---|
Eval |
Executes the codeblock. | |
EvalBlock |
Eval method that can be called from code that does not "know" about the USUAL type.
such as the code in the RDD classes.
| |
PCount | Returns the number of parameters in the codeblock | |
ToString |
Return a string that contains the # of parameters for display in the debugger.
(Overrides ToString.) |