Compiler Members
- Updated2023-02-21
- 3 minute(s) read
The Compiler type exposes the following members.
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows 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. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string representation of the current object. (Overrides Object.ToString().) |
Properties
| Name | Description | |
|---|---|---|
| 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. |