VeriStand .NET API Reference

Compiler Constructor

NameDescription
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.

See Also

Log in to get a better experience