VeriStand .NET API Reference

Compiler Members

The Compiler type exposes the following members.

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

Methods

NameDescription
EqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
FinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
FindVariable Finds the variable ID for a variable in the real-time sequence file at filePath with the specified variableName. You can use the variable ID to look up the current value of the variable.
GetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
GetTypeGets the Type of the current instance. (Inherited from Object.)
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
ToString Returns a string representation of the current object. (Overrides Object.ToString().)

Properties

NameDescription
CompilationEvents Gets an array of events that occurred during compilation. These can be errors, warnings, or messages.
ContainsFaulting Gets whether the compiled instance contains faulting instructions.
IsDebuggable Gets whether the compiled instance was built with information necessary for debugging.

See Also

Log in to get a better experience