The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Marshal::WriteByte Method
.NET Framework (current version)
Writes a single byte value to unmanaged memory.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
Show:

