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