Метод System::Runtime::InteropServices::Marshal::ReadIntPtr
Marshal::ReadIntPtr method
Читает IntPtr из памяти.
static IntPtr System::Runtime::InteropServices::Marshal::ReadIntPtr(IntPtr ptr, int offset=0)
| Параметр | Тип | Описание |
|---|---|---|
| ptr | IntPtr | Буфер памяти. |
| смещение | int | Смещение к буферу памяти. |
ReturnValue
Прочитать значение.
См. также
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.PDF for C++