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:

