MethodEvent Constructors

Definition

Overloads

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

MethodEvent(Int64)

protected:
 MethodEvent(long ordinal);
protected:
 MethodEvent(long long ordinal);
 MethodEvent(long ordinal);
protected MethodEvent (long ordinal);
new Microsoft.VisualStudio.IntelliTrace.MethodEvent : int64 -> Microsoft.VisualStudio.IntelliTrace.MethodEvent
Protected Sub New (ordinal As Long)

Parameters

ordinal
Int64

Applies to

MethodEvent(Int64, Int32, IList<Byte>)

protected:
 MethodEvent(long ordinal, int intelliTraceToken, System::Collections::Generic::IList<System::Byte> ^ dataBytes);
protected MethodEvent (long ordinal, int intelliTraceToken, System.Collections.Generic.IList<byte> dataBytes);
new Microsoft.VisualStudio.IntelliTrace.MethodEvent : int64 * int * System.Collections.Generic.IList<byte> -> Microsoft.VisualStudio.IntelliTrace.MethodEvent
Protected Sub New (ordinal As Long, intelliTraceToken As Integer, dataBytes As IList(Of Byte))

Parameters

ordinal
Int64
intelliTraceToken
Int32
dataBytes
IList<Byte>

Applies to