TailCallSiteEvent 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 point in a method where a tail call occurs. The TailCallSiteEvent is one of the events in the ThreadChain or ThreadStreamChain.
public ref class TailCallSiteEvent sealed : Microsoft::VisualStudio::IntelliTrace::CallSiteEvent
public ref class TailCallSiteEvent sealed : Microsoft::VisualStudio::IntelliTrace::CallSiteEvent
class TailCallSiteEvent sealed : Microsoft::VisualStudio::IntelliTrace::CallSiteEvent
public sealed class TailCallSiteEvent : Microsoft.VisualStudio.IntelliTrace.CallSiteEvent
type TailCallSiteEvent = class
inherit CallSiteEvent
Public NotInheritable Class TailCallSiteEvent
Inherits CallSiteEvent
- Inheritance
Properties
CalleeMethodToken |
Gets the IntelliTrace method token for the method being called. (Inherited from CallSiteEvent) |
CallerMethodToken |
Gets the IntelliTrace method token for this method that contains this call site. (Inherited from CallSiteEvent) |
InstructionLength |
Gets the length, in bytes, of the call instruction for this call site. (Inherited from CallSiteEvent) |
Offset |
Gets the offset into the method's IL for this call site. (Inherited from 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) |