WriteInt32()

Marshal::WriteInt32(IntPtr, int, int32_t) method

Writes int to memory.

static void System::Runtime::InteropServices::Marshal::WriteInt32(IntPtr ptr, int offset, int32_t value)

Arguments

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

See Also