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