ResolvedMethodEvent 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 one of the method-level points and decodes the raw data that was collected at the point.
public ref class ResolvedMethodEvent abstract : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ResolvedMethodEvent abstract : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
[Windows::Foundation::Metadata::WebHostHidden]
class ResolvedMethodEvent abstract : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public abstract class ResolvedMethodEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type ResolvedMethodEvent = class
inherit OrdinalEvent
Public MustInherit Class ResolvedMethodEvent
Inherits OrdinalEvent
- Inheritance
- Derived
Constructors
ResolvedMethodEvent(IntelliTraceProcess, Int64, Int32) |
Initializes a new instance of the ResolvedMethodEvent class. |
Properties
MetadataToken |
Gets the CLR metadata token for the decoded method. |
Method |
Gets the ResolvedMethod that describes the method. |
Mvid |
Gets the mvid of the module that contains the decoded method. |
Ordinal |
Gets or sets the ordinal value. (Inherited from OrdinalEvent) |
Process |
Gets the IntelliTraceProcess that contains the decoded method. |
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) |