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