System::Runtime::InteropServices::Marshal::WriteInt64 方法

Marshal::WriteInt64 method

将 long 写入内存。

static void System::Runtime::InteropServices::Marshal::WriteInt64(IntPtr ptr, int offset, int64_t value)
参数类型描述
ptrIntPtr内存缓冲区。
offsetint内存缓冲区的偏移。
int64_t写入。

另见