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