ModuleLoadEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the ModuleLoadEvent. The ModuleLoadEvent occurs when a module is loaded into the process being recorded. The ModuleLoadEvent is one of the events in the ProcessChain or ProcessStreamChain.
public ref class ModuleLoadEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public ref class ModuleLoadEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
class ModuleLoadEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public sealed class ModuleLoadEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type ModuleLoadEvent = class
inherit OrdinalEvent
Public NotInheritable Class ModuleLoadEvent
Inherits OrdinalEvent
- Inheritance
Properties
AppDomainId |
Gets the app domain id for the app domain where this module loaded. |
BaseLoadAddress |
Gets the base load address for the module. |
EventTime |
Gets the time of the event using the high resolution counter. This value is retrieved from QueryPerformanceCounter. |
Id |
Gets the debugger event id |
IsUserCode |
Gets a value that indicates if the module is considered user code. |
MetadataStreamIndex |
Gets the index of the stream that contains the metadata for this module. |
ModuleId |
Gets a run-specific identifier for the module. This id can change from run to run of the application. |
Mvid |
Gets the mvid for the module. This id will change from build to build of the module. |
Name |
Gets the full path to the module. |
Ordinal |
Gets or sets the ordinal value. (Inherited from OrdinalEvent) |
Methods
Compare(OrdinalEvent, OrdinalEvent) |
Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
CompareTo(Object) |
Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
CompareTo(OrdinalEvent) |
Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
Equals(Object) |
Determines whether the specified object is equal to the current OrdinalEvent. (Inherited from OrdinalEvent) |
GetHashCode() |
Gets a hash code for this OrdinalEvent. (Inherited from OrdinalEvent) |