ManagementUnit.GetModuleProviders(Type) Method

Definition

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

moduleProviderType
Type

The Type of the module provider to return.

Returns

A List of module providers of the specified type.

Exceptions

moduleProviderType is null.

Applies to