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内存缓冲区的偏移。
uint8_t写入。

另见

Marshal::WriteByte(IntPtr, uint8_t) method

向内存写入字节。

static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
参数类型描述
ptrIntPtr内存缓冲区。
uint8_t写入。

另见