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