MethodEvent Class

Definition

A class representing events that occur on methods.

public ref class MethodEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
[Windows::Foundation::Metadata::WebHostHidden]
public ref class MethodEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
[Windows::Foundation::Metadata::WebHostHidden]
class MethodEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public class MethodEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type MethodEvent = class
    inherit OrdinalEvent
Public Class MethodEvent
Inherits OrdinalEvent
Inheritance
Derived

Constructors

MethodEvent(Int64)
MethodEvent(Int64, Int32, IList<Byte>)

Properties

DataBytes

Gets the raw bytes of the collected parameter data.

MethodToken

Gets the IntelliTrace method token for this method.

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)

Applies to