IRtCodeblock Interface |
Namespace: XSharp
The IRtCodeblock type exposes the following members.
Name | Description | |
---|---|---|
IsBlock | Was the codeblock created from a string that started with "{|" | |
ResultType |
Returns the real /original return type of the EvalBlock() method
(Inherited from ICodeblock2.) |
Name | Description | |
---|---|---|
Eval |
Executes the codeblock. | |
EvalBlock | Evaluate the codeblock (Inherited from ICodeblock.) | |
PCount |
Returns the number of parameters defined for the codeblock
(Inherited from ICodeblock.) |