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