ManagementUnit.GetModuleProviders(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of module providers of the specified type.
public:
System::Collections::Generic::ICollection<Microsoft::Web::Management::Server::ModuleProvider ^> ^ GetModuleProviders(Type ^ moduleProviderType);
public System.Collections.Generic.ICollection<Microsoft.Web.Management.Server.ModuleProvider> GetModuleProviders (Type moduleProviderType);
member this.GetModuleProviders : Type -> System.Collections.Generic.ICollection<Microsoft.Web.Management.Server.ModuleProvider>
Public Function GetModuleProviders (moduleProviderType As Type) As ICollection(Of ModuleProvider)
Parameters
Returns
A List of module providers of the specified type.
Exceptions
moduleProviderType
is null
.