CallSiteEvent Class

Definition

Describes the point in a method where a function is called. In order to decode the collected data, use ResolvedCallSiteEvent. The CallSiteEvent is one of the events in the ThreadChain or ThreadStreamChain.

public ref class CallSiteEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
[Windows::Foundation::Metadata::WebHostHidden]
public ref class CallSiteEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
[Windows::Foundation::Metadata::WebHostHidden]
class CallSiteEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public class CallSiteEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type CallSiteEvent = class
    inherit OrdinalEvent
Public Class CallSiteEvent
Inherits OrdinalEvent
Inheritance
Derived

Properties

CalleeMethodToken

Gets the IntelliTrace method token for the method being called.

CallerMethodToken

Gets the IntelliTrace method token for this method that contains this call site.

InstructionLength

Gets the length, in bytes, of the call instruction for this call site.

Offset

Gets the offset into the method's IL for this call site.

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