ResolvedMethodExitEvent Class

Definition

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

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

Constructors

ResolvedMethodExitEvent(IntelliTraceProcess, MethodExitEvent)

Initializes a new instance of the ResolvedMethodExitEvent class.

Properties

MetadataToken

Gets the CLR metadata token for the decoded method.

(Inherited from ResolvedMethodEvent)
Method

Gets the ResolvedMethod that describes the method.

(Inherited from ResolvedMethodEvent)
MethodEvent (Inherited from ResolvedMethodExecutionEvent)
MethodExitEvent

Gets the original MethodExitEvent.

Mvid

Gets the mvid of the module that contains the decoded method.

(Inherited from ResolvedMethodEvent)
Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)
Process

Gets the IntelliTraceProcess that contains the decoded method.

(Inherited from ResolvedMethodEvent)

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)
GetOutputs()

Gets the IDataElements for the outputs (out parameters) from this method.

GetReturnValue()

Gets the IDataElement for the return value of the method.

Applies to