A builder object that executes macro scripts.
| C# | Visual Basic | Visual C++ | J# | JavaScript |
public class MacroBuilder
Public Class MacroBuilder
public ref class MacroBuilder
public class MacroBuilder
csmic.MacroBuilder = function(); Type.createClass( 'csmic.MacroBuilder');
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| MacroBuilder(String, InputInterpreter) |
Creates a new builder object that executes a given macro script.
| |
| MacroBuilder(MacroOperation, InputInterpreter) |
Creates a new builder object that executes a given macro script.
| |
| FinalOutput |
Gets the decimal value last computed by the macrobuilder.
| |
| LastExecutionTime |
Gets the execution time of the last script computation.
| |
| Output |
Gets a list of strings representing the output.
|
| Object | |
| MacroBuilder | |