System::Runtime::InteropServices::Marshal::WriteInt64 méthode
Marshal::WriteInt64 method
Écrit un long dans la mémoire.
static void System::Runtime::InteropServices::Marshal::WriteInt64(IntPtr ptr, int offset, int64_t value)
| Paramètre | Type | Description |
|---|---|---|
| ptr | IntPtr | Tampon mémoire. |
| offset | int | Décalage vers le tampon mémoire. |
| value | int64_t | à écrire. |
Voir aussi
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++