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