System::Runtime::InteropServices::Marshal::ReadInt16 메서드
Marshal::ReadInt16 method
메모리에서 short를 읽습니다.
static int16_t System::Runtime::InteropServices::Marshal::ReadInt16(IntPtr ptr, int offset=0)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| ptr | IntPtr | 메모리 버퍼. |
| offset | int | 메모리 버퍼에 대한 오프셋. |
ReturnValue
값을 읽습니다.
또 보기
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++