Partager via


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
Protected method RegistryKeyBase

Methods

  Name Description
Public method Close
Closes the registry key.
Protected method DoGetValue
Gets an actual value from the registry.
Public method DoOpenSubKey
Gets the sub key for the given key name.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBoolValue
Gets the boolean value represented by the value for requested name in the registry key.
Public method GetEnumValue<T>
Gets the enum value for the given name.
Public method GetHashCode (Inherited from Object.)
Public method GetIntValue
Gets the integer value for the given name.
Public method GetStringValue
Gets the string value for the given name.
Public method GetType (Inherited from Object.)
Public method GetTypeValue
Gets the Type value for the given name.
Public method GetValueNames
Gets the names for the values.
Protected method MemberwiseClone (Inherited from Object.)
Public method OpenSubKey
Gets the sub key for the given key name.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property IsPolicyKey
Gets the indication of whether the registry key represents a policy.
Public property Name
Gets the full name of the registry key.

See Also

RegistryKeyBase Class

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.