Marshal::WriteInt16 Method
Writes a 16-bit signed integer value to unmanaged memory. Writing to unaligned memory locations is supported.
Assembly: mscorlib (in mscorlib.dll)
| 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. |

