MethodEvent Oluşturucular

Tanım

Aşırı Yüklemeler

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)

Parametreler

ordinal
Int64

Şunlara uygulanır

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

Parametreler

ordinal
Int64
intelliTraceToken
Int32
dataBytes
IList<Byte>

Şunlara uygulanır