System::Runtime::InteropServices::Marshal::WriteInt32 method

Marshal::WriteInt32 method

Writes int to memory.

static void System::Runtime::InteropServices::Marshal::WriteInt32(IntPtr ptr, int offset, int32_t value)
ParameterTypeDescription
ptrIntPtrMemory buffer.
offsetintOffset to memory buffer.
valueint32_tto write.

See Also