VeriStand .NET API Reference

CompilationEvent Members

The CompilationEvent type exposes the following members.

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.)
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 compilation event. (Overrides Object.ToString().)

Properties

NameDescription
Code Gets the code for an event that occurs during compilation.
Details Gets details about the event that occurred during compilation.
EventType Gets the type of event that occurred during compilation.
Message Gets a message describing the event that occurred during compilation.
SourceFile Gets the file that this event occurred in.
SourceNodePath Gets an array that represents a path from the RootNode to the node that is the source of the compilation event. The path is represented through successive indices in the array, starting at the RootNode of the RealTimeSequence.

See Also

Log in to get a better experience