Writes a single byte value into native heap.
Writes a single byte value into native heap.
[Visual Basic] Overloads extern Public Shared Sub WriteByte(Integer, Integer, Byte)
[C#] public static extern void WriteByte(int, int, byte);
[C++] public: static extern void WriteByte(int, int, unsigned char);
[JScript] public static extern function WriteByte(int, int, Byte);
Writes a single byte value into native heap.
[Visual Basic] Overloads extern Public Shared Sub WriteByte(Object, Integer, Byte)
[C#] public static extern void WriteByte(Object, int, byte);
[C++] public: static extern void WriteByte(Object, int, unsigned char);
[JScript] public static extern function WriteByte(Object, int, Byte);
Writes a single byte value into native heap.
[Visual Basic] Overloads Public Shared Sub WriteByte(Integer, Byte)
[C#] public static void WriteByte(int, byte);
[C++] public: static void WriteByte(int, unsigned char);
[JScript] public static function WriteByte(int, Byte);
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace