CompilationEvent Members
- Mise à jour2023-02-21
- Temps de lecture : 3 minute(s)
The CompilationEvent type exposes the following members.
| 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.) | |
| 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 compilation event. (Overrides Object.ToString().) |
Properties
| Name | Description | |
|---|---|---|
| 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. |