Marshal.WriteInt32 Method
.NET Framework 4.5
Writes a 32-bit signed integer value to unmanaged memory. 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 | |
|---|---|---|
|
WriteInt32(IntPtr, Int32) | Writes a 32-bit signed integer value to unmanaged memory. |
|
WriteInt32(IntPtr, Int32, Int32) | Writes a 32-bit signed integer value into unmanaged memory at a specified offset. |
|
WriteInt32(Object, Int32, Int32) | Writes a 32-bit signed integer value to unmanaged memory at a specified offset. |