DynamicModuleUtility Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Defines a class that provides a method for registering modules dynamically.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Infrastructure.DynamicModuleHelper.DynamicModuleUtility

Namespace:  Microsoft.Web.Infrastructure.DynamicModuleHelper
Assembly:  Microsoft.Web.Infrastructure (in Microsoft.Web.Infrastructure.dll)

Syntax

'Declaration
Public NotInheritable Class DynamicModuleUtility
'Usage
public static class DynamicModuleUtility
public ref class DynamicModuleUtility abstract sealed
[<>]
[<>]
type DynamicModuleUtility =  class end
public final class DynamicModuleUtility

The DynamicModuleUtility type exposes the following members.

Methods

  Name Description
Public methodStatic member RegisterModule Infrastructure. Dynamically registers an IHttpModule module.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Infrastructure.DynamicModuleHelper Namespace