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 Class

This class implements a ByteViewer component. This component is capable of displaying byte arrays in HEXDUMP, ANSI and UNICODE views. The HEXDUMP view is a view with hex values and corresponding byte representations (chars). The dafault number of columns is 16. The ANSI and UNICODE views show the byte aray in a read only edit box. In this view the null characters are replaced with Windows box charcter alowing to display the entire buffer. The AUTO view selects a default display mode based on the contents of the byte array. It uses a simple algorithm to establish what kind of data is stored in the buffer

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ByteViewer

[Visual Basic]
Public Class ByteViewer
   Inherits RichControl
[C#]
public class ByteViewer : RichControl
[C++]
public __gc class ByteViewer : public RichControl
[JScript]
public class ByteViewer extends RichControl

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.ComponentModel.Design.dll

See Also

ByteViewer Members | System.ComponentModel.Design Namespace