Marshal.ReadByte Method
.NET Framework 4.5
Reads a single byte from unmanaged memory. Reading from 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 | |
|---|---|---|
|
ReadByte(IntPtr) | Reads a single byte from unmanaged memory. |
|
ReadByte(IntPtr, Int32) | Reads a single byte at a given offset (or index) from unmanaged memory. |
|
ReadByte(Object, Int32) | Reads a single byte at a given offset (or index) from unmanaged memory. |