Converts the value of the specified
UIntPtr to a pointer to an unspecified type.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Narrowing Operator CType ( _
value As UIntPtr _
) As Void* |
C# |
---|
public static explicit operator void* (
UIntPtr value
) |
Visual C++ |
---|
static explicit operator void* (
UIntPtr value
) |
JavaScript |
---|
JavaScript does not support the declaration of new casting operators. |
Return Value
The contents of value.
See Also