Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
.NET Framework Class Library
ModuleProvider Class

Provides the base class for implementing management module providers.

Namespace:  Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Visual Basic (Declaration)
Public MustInherit Class ModuleProvider
Visual Basic (Usage)
Dim instance As ModuleProvider
C#
public abstract class ModuleProvider
Visual C++
public ref class ModuleProvider abstract
JScript
public abstract class ModuleProvider

Management module providers supply information about a management module, including its module service type and the location of the management module code.

Notes to Inheritors:

When you inherit from ModuleProvider, you must override the following members: ServiceType, GetModuleDefinition, and SupportsScope.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker