WriteInt64()

Marshal::WriteInt64(IntPtr, int, int64_t) method

Writes long to memory.

static void System::Runtime::InteropServices::Marshal::WriteInt64(IntPtr ptr, int offset, int64_t value)

Arguments

ParameterTypeDescription
ptrIntPtrMemory buffer.
offsetintOffset to memory buffer.
valueint64_tto write.

See Also