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