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::ReadByte Method
.NET Framework (current version)
Reads a single byte from unmanaged memory. Reading from unaligned memory locations is supported.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
Show:

