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

Marshal::WriteInt32 method

يكتب عددًا صحيحًا (int) إلى الذاكرة.

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

انظر أيضًا