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

Marshal::WriteInt64 method

向内存写入长整数。

static void System::Runtime::InteropServices::Marshal::WriteInt64(IntPtr ptr, int offset, int64_t value)
ParameterType描述
ptrIntPtr内存缓冲区。
offsetint内存缓冲区的偏移量。
valueint64_t用于写入。

另见