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)
| Parameter | Type | الوصف |
|---|---|---|
| ptr | IntPtr | مخزن الذاكرة. |
| الإزاحة | int | إزاحة إلى مخزن الذاكرة. |
| value | uint8_t | للكتابة. |
انظر أيضًا
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++
Marshal::WriteByte(IntPtr, uint8_t) method
يكتب بايت إلى الذاكرة.
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
| Parameter | Type | الوصف |
|---|---|---|
| ptr | IntPtr | مخزن الذاكرة. |
| value | uint8_t | للكتابة. |
انظر أيضًا
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++