Marshal.WriteIntPtr Method
.NET Framework 4.5
Writes a processor native-sized integer value to unmanaged memory. 32-bit integers are written on 32-bit systems, and 64-bit integers are written on 64-bit systems. Writing to 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 | |
|---|---|---|
|
WriteIntPtr(IntPtr, IntPtr) | Writes a processor native sized integer value into unmanaged memory. |
|
WriteIntPtr(IntPtr, Int32, IntPtr) | Writes a processor native-sized integer value to unmanaged memory at a specified offset. |
|
WriteIntPtr(Object, Int32, IntPtr) | Writes a processor native sized integer value to unmanaged memory. |