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