System::Runtime::InteropServices::Marshal::WriteInt16 metodo
Marshal::WriteInt16 method
Scrive un short nella memoria.
static void System::Runtime::InteropServices::Marshal::WriteInt16(IntPtr ptr, int offset, int16_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| ptr | IntPtr | Buffer di memoria. |
| offset | int | Offset al buffer di memoria. |
| valore | int16_t | da scrivere. |
Vedi anche
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++