ResolvedCallSiteEvent Class

Definition

Describes a CallSiteEvent and decodes the raw data that was collected at the point.

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

Constructors

ResolvedCallSiteEvent(IntelliTraceProcess, CallSiteEvent)

Initializes a new instance of the ResolvedCallSiteEvent class.

Properties

CalleeMethod

Gets the ResolvedMethod that describes the callee's method.

CallerMethod

Gets the ResolvedMethod that describes the caller's method.

CallSiteEvent

Gets the original CallSiteEvent.

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