System::Runtime::InteropServices::Marshal::WriteInt64 方法
Marshal::WriteInt64 method
向内存写入长整数。
static void System::Runtime::InteropServices::Marshal::WriteInt64(IntPtr ptr, int offset, int64_t value)
| Parameter | Type | 描述 |
|---|---|---|
| ptr | IntPtr | 内存缓冲区。 |
| offset | int | 内存缓冲区的偏移量。 |
| value | int64_t | 用于写入。 |
另见
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++