Compiler Constructor
- Updated2023-02-21
- 2 minute(s) read
| Name | Description | |
|---|---|---|
| Compiler(String, Boolean) | Initializes a new instance of Compiler and compiles and compiles the sequence at topLevelSequencePath and its dependencies into a binary form that the real-time sequence virtual machine can execute. | |
| Compiler(String, Boolean, Dictionary(String, RealTimeSequence)) | Initializes a new instance of Compiler and compiles the sequence at topLevelSequencePath and its dependencies into a binary form that the real-time sequence virtual machine can execute. This constructor allows you to specify a dictionary of preloaded sequence paths to prevent the compiler from loading separate copies of mapped sequences from disk during compilation. |