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