System::Runtime::InteropServices::Marshal::WriteInt16 méthode
Marshal::WriteInt16 method
Écrit un short en 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. |
| décalage | int | Décalage vers le tampon mémoire. |
| valeur | int16_t | à écrire. |
Voir aussi
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++