ModuleAttribute Class

Indicates that the class should be considered a named module using the provided module name.

Namespace:  Microsoft.Practices.Composite.Modularity
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public NotInheritable Class ModuleAttribute _
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class ModuleAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class ModuleAttribute sealed : public Attribute
Microsoft.Practices.Composite.Modularity.ModuleAttribute = function();

Type.createClass(
    'Microsoft.Practices.Composite.Modularity.ModuleAttribute',
    Attribute);

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Practices.Composite.Modularity.ModuleAttribute

See Also

ModuleAttribute Members

Microsoft.Practices.Composite.Modularity Namespace