Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability Namespace

Classes

  Class Description
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationChangeNotificationCoordinator
Represents a coordinator for configuration change notifications.
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationChangeWatcherCoordinator
Manages the configuration file watchers for a collection of configuration sections.
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationElementManageabilityProvider
Represents the behavior required to provide Group Policy updates for a NamedConfigurationElement.
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationElementManageabilityProviderAttribute
Specifies which ConfigurationElementManageabilityProvider must be used to provide manageability for instances a given NamedConfigurationElement subclass.
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationElementManageabilityProviderBase<T>
Provides a default implementation for ConfigurationElementManageabilityProvider that processes policy overrides, performing appropriate logging of policy processing errors.
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationInstanceConfigurationAccessor
Represents a configuration accessor for system configuration (.NET configuration).
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationSectionManageabilityProvider
Represents the behavior required to provide Group Policy updates for a ConfigurationSection.
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationSectionManageabilityProviderAttribute
Specifies which ConfigurationSectionManageabilityProvider must be used to provide manageability for a configuration section.
Ff668493.pubclass(en-us,PandP.50).gif ConfigurationSectionManageabilityProviderBase<T>
Provides a default base implementation for ConfigurationSectionManageabilityProvider that processes policy override processing, performing appropriate logging of policy processing errors, from policy override processing for configuration objects contained by the section.
Ff668493.pubclass(en-us,PandP.50).gif CustomProviderDataManageabilityProvider<T>
Base class for ConfigurationElementManageabilityProvider implementations that provide manageability support for custom provider's configuration.
Ff668493.pubclass(en-us,PandP.50).gif GroupPolicyNotificationRegistration
Represents a Group Policy notification registration to watch Group Policy notifications.
Ff668493.pubclass(en-us,PandP.50).gif GroupPolicyNotificationRegistrationBuilder
Represents a builder for Group Policy notification registration.
Ff668493.pubclass(en-us,PandP.50).gif GroupPolicyWatcher
The policy watcher can be started and stopped many times. To deal with this, when a watcher thread is started it is given an 'exit' event that will be signaled when the thread needs to be stopped. Once the thread is started it own the exit event, and will release it when it terminates. More than one watching thread may be active at the same time, having different exit events, if the old watching thread doesn't get processing time before the new thread is started; when the old thread gets to run it will consume the signaled exit event and finish.
Ff668493.pubclass(en-us,PandP.50).gif ImplementationKeyComparer
A comparer for an ImplementationKey.
Ff668493.pubclass(en-us,PandP.50).gif Installer
Installer for the WMI objects defined in the assembly.
Ff668493.pubclass(en-us,PandP.50).gif InstrumentationConfigurationSectionManageabilityProvider
Represents a instrumentation configuration section provider.
Ff668493.pubclass(en-us,PandP.50).gif KeyValuePairEncoder
Represents the logic to encode key/value pairs into a string of semicolon separated entries.
Ff668493.pubclass(en-us,PandP.50).gif KeyValuePairParser
Helper class to extract a key/value pair collection from an encoded string of semicolon separated key/value pairs.
Ff668493.pubclass(en-us,PandP.50).gif ManageabilityExtensionsLogger
Provides logging services to the Enterprise Library Manageability Extensions.
Ff668493.pubclass(en-us,PandP.50).gif ManageabilityHelper
Represents a manageability configuration helper.
Ff668493.pubclass(en-us,PandP.50).gif ManageableConfigurationSource
Represents a configuration source that retrieves configuration information from an arbitrary file, overrides the configuration information with values from the registry's Group Policy keys.
Ff668493.pubclass(en-us,PandP.50).gif ManageableConfigurationSourceImplementation
Represents a manageable configuration source (like Group Policy).
Ff668493.pubclass(en-us,PandP.50).gif ManageableConfigurationSourceSingletonHelper
Manages the singleton ManageableConfigurationSourceImplementation instance for a given file name, application name and Group Policy enablement combination.
Ff668493.pubclass(en-us,PandP.50).gif ParseHelper
Ff668493.pubclass(en-us,PandP.50).gif RegistryAccessException
Represents an error that occurs while accessing the registry.
Ff668493.pubclass(en-us,PandP.50).gif RegistryKeyBase
Provides access to a registry key sub keys and values.

Structures

  Structure Description
Ff668493.pubstructure(en-us,PandP.50).gif ImplementationKey
Represents a key for manageability configuration implementation.

Interfaces

  Interface Description
Ff668493.pubinterface(en-us,PandP.50).gif IConfigurationAccessor
Defines an accessor for configuration.
Ff668493.pubinterface(en-us,PandP.50).gif IGroupPolicyWatcher
Defines a watcher for Group Policy.
Ff668493.pubinterface(en-us,PandP.50).gif IManageabilityHelper
Defines a helper for manageability configuration.
Ff668493.pubinterface(en-us,PandP.50).gif IRegistryAccessor
Provides access to the registry.
Ff668493.pubinterface(en-us,PandP.50).gif IRegistryKey
Provides access to a registry key sub keys and values.

Delegates

  Delegate Description
Ff668493.pubdelegate(en-us,PandP.50).gif GroupPolicyUpdateDelegate
The delegate used to update the Group Policy based on machine.