System::Runtime::InteropServices::Marshal::WriteInt16 método
Marshal::WriteInt16 method
Escribe un short en la memoria.
static void System::Runtime::InteropServices::Marshal::WriteInt16(IntPtr ptr, int offset, int16_t value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ptr | IntPtr | Buffer de memoria. |
| desplazamiento | int | Desplazamiento al buffer de memoria. |
| value | int16_t | para escribir. |
Ver también
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++