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

Marshal::WriteByte(IntPtr, int, uint8_t) method

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

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

انظر أيضًا

Marshal::WriteByte(IntPtr, uint8_t) method

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

static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
ParameterTypeالوصف
ptrIntPtrمخزن الذاكرة.
valueuint8_tللكتابة.

انظر أيضًا