OrdinalEvent Constructor
Initializes a new instance of the OrdinalEvent class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
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: Int64The 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.