System::Runtime::InteropServices::Marshal::ReadByte method
Marshal::ReadByte method
Leest een byte uit het geheugen.
static uint8_t System::Runtime::InteropServices::Marshal::ReadByte(IntPtr ptr, int offset=0)
| Parameter | Type | Beschrijving |
|---|---|---|
| ptr | IntPtr | Geheugenbuffer. |
| offset | int | Offset naar geheugenbuffer. |
ReturnValue
Lees waarde.
Zie ook
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++