System::Runtime::InteropServices::Marshal::WriteInt64 method
Marshal::WriteInt64 method
Writes long to memory.
static void System::Runtime::InteropServices::Marshal::WriteInt64(IntPtr ptr, int offset, int64_t value)
Parameter | Type | Description |
---|---|---|
ptr | IntPtr | Memory buffer. |
offset | int | Offset to memory buffer. |
value | int64_t | to write. |
See Also
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.TeX for C++