Marshal.ReadByte Method
.NET Framework 2.0
Reads a single byte from an unmanaged pointer.
| Name | Description |
|---|---|
| Marshal.ReadByte (IntPtr) | Reads a single byte from an unmanaged pointer. Supported by the .NET Compact Framework. |
| Marshal.ReadByte (IntPtr, Int32) | Reads a single byte at a given offset (or index) from an unmanaged pointer. Supported by the .NET Compact Framework. |
| Marshal.ReadByte (Object, Int32) | Reads a single byte from an unmanaged pointer. |