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