System::Runtime::InteropServices::Marshal::WriteByte μέθοδος

Marshal::WriteByte(IntPtr, int, uint8_t) method

Γράφει byte στη μνήμη.

static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, int offset, uint8_t value)
ParameterTypeΠεριγραφή
ptrIntPtrΠροσωρινή μνήμη.
offsetintΜετατόπιση στο buffer μνήμης.
τιμήuint8_tγια εγγραφή.

Δείτε επίσης

Marshal::WriteByte(IntPtr, uint8_t) method

Γράφει byte στη μνήμη.

static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
ParameterTypeΠεριγραφή
ptrIntPtrΠροσωρινή μνήμη.
τιμήuint8_tγια εγγραφή.

Δείτε επίσης