System::Runtime::InteropServices::Marshal::ReadInt32 methode
Marshal::ReadInt32 method
Leest een int uit het geheugen.
static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(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++