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