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 | 메모리 버퍼. |
| offset | int | 메모리 버퍼에 대한 오프셋. |
| value | int16_t | 쓰기 위해. |
또 보기
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++