OrdinalEvent Constructor
Initializes a new instance of the OrdinalEvent class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Protected Sub New ( _
ordinal As Long _
)
protected OrdinalEvent(
long ordinal
)
protected:
OrdinalEvent(
long long ordinal
)
new :
ordinal:int64 -> OrdinalEvent
protected function OrdinalEvent(
ordinal : long
)
Parameters
- ordinal
Type: System.Int64
The ordinal value of the event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.