IntelliTraceTokenEvent Class

Definition

Describes the IntelliTraceTokenEvent. The IntelliTraceTokenEvent occurs for each instrumented method and maps the IntelliTrace method token to a module id, metadata token pair. The IntelliTraceTokenEvent is one of the events in the IntelliTraceTokenStreamChain.

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

Properties

MetadataToken

Gets the CLR method token for the method.

MethodToken

Gets the IntelliTrace method token that encapsulates the module, metadata token pair.

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