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