Click or drag to resize

_Codeblock Methods

X#

The _Codeblock type exposes the following members.

Functions
  NameDescription
Public methodEval
Executes the codeblock.
(Overrides Eval(Usual).)
Public methodEvalBlock
Eval method that can be called from code that does not "know" about the USUAL type. such as the code in the RDD classes.
(Inherited from Codeblock.)
Public methodPCount
Returns the number of parameters in the codeblock
(Inherited from Codeblock.)
Public methodToString
Returns the original string that was used to create the macro compiled codeblock.
(Overrides ToString.)
Top
See Also