Provides the base class for implementing management module providers.
Public MustInherit Class ModuleProvider
Dim instance As ModuleProvider
public abstract class ModuleProvider
public ref class ModuleProvider abstract
Management module providers supply information about a management module, including its module service type and the location of the management module code.
When you inherit from ModuleProvider, you must override the following members: ServiceType, GetModuleDefinition, and SupportsScope.