Click or drag to resize

Codeblock Methods

X#

The Codeblock type exposes the following members.

Functions
  NameDescription
Public methodEval
Executes the codeblock.
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.
Public methodPCount
Returns the number of parameters in the codeblock
Public methodToString
Return a string that contains the # of parameters for display in the debugger.
(Overrides ToString.)
Top
See Also