CallSiteEvent Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes a point from which a call is made.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Class CallSiteEvent _
Inherits OrdinalEvent
'Usage
Dim instance As CallSiteEvent
public class CallSiteEvent : OrdinalEvent
public ref class CallSiteEvent : public OrdinalEvent
type CallSiteEvent =
class
inherit OrdinalEvent
end
public class CallSiteEvent extends OrdinalEvent
Remarks
To decode the collected data, use ResolvedCallSiteEvent. This is one of the events in a ThreadEventChain or ThreadStreamEventChain.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TraceLog.ChainEvent
Microsoft.VisualStudio.TraceLog.OrdinalEvent
Microsoft.VisualStudio.TraceLog.CallSiteEvent
Microsoft.VisualStudio.TraceLog.TailCallSiteEvent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.