RegistryKeyBase Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The RegistryKeyBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RegistryKeyBase |
Methods
Name | Description | |
---|---|---|
Close |
Closes the registry key.
|
|
DoGetValue |
Gets an actual value from the registry.
|
|
DoOpenSubKey |
Gets the sub key for the given key name.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBoolValue |
Gets the boolean value represented by the value for requested name in the registry key.
|
|
GetEnumValue<T> |
Gets the enum value for the given name.
|
|
GetHashCode | (Inherited from Object.) | |
GetIntValue |
Gets the integer value for the given name.
|
|
GetStringValue |
Gets the string value for the given name.
|
|
GetType | (Inherited from Object.) | |
GetTypeValue |
Gets the Type value for the given name.
|
|
GetValueNames |
Gets the names for the values.
|
|
MemberwiseClone | (Inherited from Object.) | |
OpenSubKey |
Gets the sub key for the given key name.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
IsPolicyKey |
Gets the indication of whether the registry key represents a policy.
|
|
Name |
Gets the full name of the registry key.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |