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