MethodEvent Constructors
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.
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