NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.WriteByte

Writes a single byte value into native heap.

Overload List

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);

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace