Package com.ms.lang Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class RegKeyEnumValueString

Field , Constructor , Method

public class RegKeyEnumValueString extends RegKeyEnumValue
{
	// Field
	public String value;

	// Constructor
	RegKeyEnumValueString(String n, int t, String v);

	// Method
	public String toString();
}

This class is returned by the enum method of the RegKey class when a registry key of string type is found.


Field

value
Integer value of the registry key.

See also Class RegKeyEnumValueString.


Constructor


RegKeyEnumValueString

RegKeyEnumValueString(String n, int t, String v)

Creates the object and initializes the registry key name, type, and value.

ParameterDescription
n Name of the key.
t Type of key.
v Value of the key.


Method


toString

public String toString()

Creates a string that includes the name, value, and type of the registry key.

Return Value:

Returns the string.



Top© 1997 Microsoft Corporation. All rights reserved. Terms of Use.