System::Runtime::InteropServices::Marshal::ReadInt32 méthode
Marshal::ReadInt32 method
Lit un int depuis la mémoire.
static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(IntPtr ptr, int offset=0)
| Paramètre | Type | Description |
|---|---|---|
| ptr | IntPtr | Tampon mémoire. |
| offset | int | Décalage vers le tampon mémoire. |
ReturnValue
Lire la valeur.
Voir aussi
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++