IntPtr Explicit Conversion Operators
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
Return to top
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Explicit(Int32 to IntPtr) | Converts the value of a 32-bit signed integer to an IntPtr. |
![]() ![]() | Explicit(Int64 to IntPtr) | Converts the value of a 64-bit signed integer to an IntPtr. |
![]() ![]() | Explicit(IntPtr to Int32) | Converts the value of the specified IntPtr to a 32-bit signed integer. |
![]() ![]() | Explicit(IntPtr to Int64) | Converts the value of the specified IntPtr to a 64-bit signed integer. |
![]() ![]() | Explicit(IntPtr to Void*) | Converts the value of the specified IntPtr to a pointer to an unspecified type. |
![]() ![]() | Explicit(Void* to IntPtr) | Converts the specified pointer to an unspecified type to an IntPtr. |
Show:

