WriteInt16()

Marshal::WriteInt16(IntPtr, int, int16_t) method

Writes short to memory.

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

Arguments

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

See Also