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)
매개변수형식설명
ptrIntPtr메모리 버퍼.
offsetint메모리 버퍼에 대한 오프셋.
valueuint8_t쓰기 위해.

또 보기

Marshal::WriteByte(IntPtr, uint8_t) method

바이트를 메모리에 씁니다.

static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
매개변수형식설명
ptrIntPtr메모리 버퍼.
valueuint8_t쓰기 위해.

또 보기