The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Marshal::ReadIntPtr Method
.NET Framework (current version)
Reads a processor native sized integer from unmanaged memory. Reading from unaligned memory locations is supported.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ReadIntPtr(IntPtr) | Reads a processor native-sized integer from unmanaged memory. |
![]() ![]() | ReadIntPtr(IntPtr, Int32) | Reads a processor native sized integer at a given offset from unmanaged memory. |
![]() ![]() | ReadIntPtr(Object^, Int32) | Reads a processor native sized integer from unmanaged memory. |
Show:

