Share via


ModuleInit Class

A default implementation of the IModule interface.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public MustInherit Class ModuleInit
    Implements IModule
'Usage
Dim instance As ModuleInit
public abstract class ModuleInit : IModule
public ref class ModuleInit abstract : IModule
public abstract class ModuleInit implements IModule
public abstract class ModuleInit implements IModule

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.ModuleInit

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

ModuleInit Members
Microsoft.Practices.CompositeUI Namespace