| Package com.ms.lang |
Previous |
Microsoft Packages |
Index |
Next |
public class RegKeyEnumValueInt extends RegKeyEnumValue
{
// Field
public int value;
// Constructor
RegKeyEnumValueInt(String n, int t, int v);
// Method
public String toString();
}
This class is returned by the enum method of the RegKey class when a registry key of integer type is found.
See also Class RegKeyEnumValueInt.
RegKeyEnumValueInt(String n, int t, int v)Creates the object and initializes the registry key name, type, and value.
Parameter Description n Name of the key. t Type of key. v Value of the key.
public String toString()Creates a string that includes the name, value, and type of the registry key.
Return Value:
Returns the string.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |