WriteIntPtr()

Marshal::WriteIntPtr(IntPtr, int, IntPtr) method

Writes IntPtr to memory.

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

Arguments

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

See Also