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