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

Marshal::WriteInt32 method

يكتب int إلى الذاكرة.

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

انظر أيضًا