System::Runtime::InteropServices::Marshal::WriteByte 메서드
Marshal::WriteByte(IntPtr, int, uint8_t) method
바이트를 메모리에 씁니다.
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, int offset, uint8_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| ptr | IntPtr | 메모리 버퍼. |
| offset | int | 메모리 버퍼에 대한 오프셋. |
| value | uint8_t | 쓰기 위해. |
또 보기
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++
Marshal::WriteByte(IntPtr, uint8_t) method
바이트를 메모리에 씁니다.
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| ptr | IntPtr | 메모리 버퍼. |
| value | uint8_t | 쓰기 위해. |
또 보기
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++