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