Marshal.WriteByte Method
.NET Framework 4.5
Writes a single byte value to unmanaged memory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteByte(IntPtr, Byte) | Writes a single byte value to unmanaged memory. |
|
WriteByte(IntPtr, Int32, Byte) | Writes a single byte value to unmanaged memory at a specified offset. |
|
WriteByte(Object, Int32, Byte) | Writes a single byte value to unmanaged memory at a specified offset. |