ResolvedMethodEvent Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes one of the method-level points and decodes the raw data that was collected at the point.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public MustInherit Class ResolvedMethodEvent _
Inherits OrdinalEvent
'Usage
Dim instance As ResolvedMethodEvent
public abstract class ResolvedMethodEvent : OrdinalEvent
public ref class ResolvedMethodEvent abstract : public OrdinalEvent
[<AbstractClassAttribute>]
type ResolvedMethodEvent =
class
inherit OrdinalEvent
end
public abstract class ResolvedMethodEvent extends OrdinalEvent
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TraceLog.ChainEvent
Microsoft.VisualStudio.TraceLog.OrdinalEvent
Microsoft.VisualStudio.TraceLog.ResolvedMethodEvent
Microsoft.VisualStudio.TraceLog.ResolvedCallSiteEvent
Microsoft.VisualStudio.TraceLog.ResolvedExceptionEvent
Microsoft.VisualStudio.TraceLog.ResolvedExceptionThrownEvent
Microsoft.VisualStudio.TraceLog.ResolvedMethodEnterEvent
Microsoft.VisualStudio.TraceLog.ResolvedMethodExitEvent
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.