Click or drag to resize

IMacroCompilerUsual Interface

X#
This interface defines and extension to the Macro compiler subsystem

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 INTERFACE IMacroCompilerUsual
Methods
  NameDescription
Public methodCompileCodeblock(String)
Compile a string into a runtime codeblock.
Public methodCompileCodeblock(String, Logic, Module)
Compile a string into a runtime codeblock.
Top
See Also