Marshal.ReadIntPtr Method
.NET Framework 4.5
Reads a processor native sized integer from unmanaged memory. Reading from unaligned memory locations is supported.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |