EventToken Explicit Conversion (EventToken to Int64)
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Shared Narrowing Operator CType ( _
token As EventToken _
) As Long
public static explicit operator long (
EventToken token
)
static explicit operator long long (
EventToken token
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.
Parameters
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
Return Value
Type: System.Int64
.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.