Click or drag to resize

IRtCodeblock Interface

X#
This interface Extended the ICodeblock interface and adds support for usual parameters and return values

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 INTERFACE IRtCodeblock IMPLEMENTS ICodeblock2, 
	ICodeblock

The IRtCodeblock type exposes the following members.

Properties
  NameDescription
Public propertyIsBlock
Was the codeblock created from a string that started with "{|"
Public propertyResultType
Returns the real /original return type of the EvalBlock() method
(Inherited from ICodeblock2.)
Top
Methods
  NameDescription
Public methodEval
Executes the codeblock.
Public methodEvalBlock
Evaluate the codeblock
(Inherited from ICodeblock.)
Public methodPCount
Returns the number of parameters defined for the codeblock
(Inherited from ICodeblock.)
Top
See Also