System::Runtime::InteropServices::Marshal::WriteInt64 方法
Marshal::WriteInt64 method
将 long 写入内存。
static void System::Runtime::InteropServices::Marshal::WriteInt64(IntPtr ptr, int offset, int64_t value)
| 参数 | 类型 | 描述 |
|---|---|---|
| ptr | IntPtr | 内存缓冲区。 |
| offset | int | 内存缓冲区的偏移。 |
| 值 | int64_t | 写入。 |
另见
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++