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