Marshal.WriteByte Method
.NET Framework 2.0
Writes a single byte value to unmanaged memory.
| Name | Description |
|---|---|
| Marshal.WriteByte (IntPtr, Byte) | Writes a single byte value to unmanaged memory. Supported by the .NET Compact Framework. |
| Marshal.WriteByte (IntPtr, Int32, Byte) | Writes a single byte value to unmanaged memory. Supported by the .NET Compact Framework. |
| Marshal.WriteByte (Object, Int32, Byte) | Writes a single byte value to unmanaged memory. |