ModuleDependencyAttribute Class

Indicates that this assembly has a dependency on another named module. The other named module will be loaded before this module. Can be used multiple times to indicate multiple dependencies.

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple:=True)> _
Public NotInheritable Class ModuleDependencyAttribute
    Inherits Attribute
'Usage
Dim instance As ModuleDependencyAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=true)] 
public sealed class ModuleDependencyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple=true)] 
public ref class ModuleDependencyAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=true) */ 
public final class ModuleDependencyAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=true) 
public final class ModuleDependencyAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.Practices.CompositeUI.ModuleDependencyAttribute

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

ModuleDependencyAttribute Members
Microsoft.Practices.CompositeUI Namespace