ModuleIsUserCodeEvent Class

Definition

Describes the ModuleIsUserCodeEvent. The ModuleIsUserCodeEvent indicates that the module is considered user code by the debugger for purposes of just-my-code display. This event occurs during live debugging when call information tracing is enabled. This event supercedes IsUserCode. The ModuleIsUserCodeEvent is one of the events in the ProcessChain or ProcessStreamChain.

public ref class ModuleIsUserCodeEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public ref class ModuleIsUserCodeEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
class ModuleIsUserCodeEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public sealed class ModuleIsUserCodeEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type ModuleIsUserCodeEvent = class
    inherit OrdinalEvent
Public NotInheritable Class ModuleIsUserCodeEvent
Inherits OrdinalEvent
Inheritance
ModuleIsUserCodeEvent

Properties

Mvid

Gets the mvid for the module. This id will change from build to build of 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)

Applies to