Packages
 In this topic

*Methods

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.lang   Previous This
Package
Next

 


Class RegKeyEnumValueByteArray

public class RegKeyEnumValueByteArray extends RegKeyEnumValue
{
  // Fields
  public byte value[];

  // Methods
  public byte[] getValue();
  public String toString();
}

This class is created when RegKey.enumValue returns a byte array.

RegKeyEnumValue
  |
  +--RegKeyEnumValueByteArray

Methods

getValue

public byte[] getValue();

Retrieves the binary contents of the registry value.

Return Value:

Returns the byte array.

toString

public String toString();

Retrieves a string representation of the object.

Return Value:

Returns a string with the form, "com.ms.lang.RegKeyEnumValueByteArray: name = value (type = type)"

Fields

value[]
The byte array value.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.