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!

ByteViewer.GetBytes

Returns the buffer

[Visual Basic]
Overridable Public Function GetBytes() As Byte ()
[C#]
public virtual byte[] GetBytes();
[C++]
public: virtual unsigned char* GetBytes() [];
[JScript]
public function GetBytes() : Byte[];

Return Value

the ubyte array reference

See Also

ByteViewer Class | ByteViewer Members | System.ComponentModel.Design Namespace