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