MethodEnterEvent 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 start of a method and its raw parameter data from a running application. In order to decode the collected parameter data, use ResolvedMethodEnterEvent. The MethodEnterEvent is one of the events in the ThreadChain or ThreadStreamChain.
public ref class MethodEnterEvent sealed : Microsoft::VisualStudio::IntelliTrace::MethodEvent
public ref class MethodEnterEvent sealed : Microsoft::VisualStudio::IntelliTrace::MethodEvent
class MethodEnterEvent sealed : Microsoft::VisualStudio::IntelliTrace::MethodEvent
public sealed class MethodEnterEvent : Microsoft.VisualStudio.IntelliTrace.MethodEvent
type MethodEnterEvent = class
inherit MethodEvent
Public NotInheritable Class MethodEnterEvent
Inherits MethodEvent
- Inheritance
Properties
DataBytes |
Gets the raw bytes of the collected parameter data. (Inherited from MethodEvent) |
MethodToken |
Gets the IntelliTrace method token for this method. (Inherited from MethodEvent) |
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) |