طريقة System::Runtime::InteropServices::Marshal::WriteInt16

Marshal::WriteInt16 method

يكتب قيمة قصيرة (short) إلى الذاكرة.

static void System::Runtime::InteropServices::Marshal::WriteInt16(IntPtr ptr, int offset, int16_t value)
معاملنوعالوصف
ptrIntPtrمخزن الذاكرة.
إزاحةintالإزاحة إلى مخزن الذاكرة.
قيمةint16_tللكتابة.

انظر أيضًا