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