ModuleDependencyAttribute Members
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.
The following tables list the members exposed by the ModuleDependencyAttribute type.
Public Constructors
Name | Description | |
---|---|---|
ModuleDependencyAttribute | Creates a new instance of the ModuleDependencyAttribute class using the provided module name as a dependency. |
Top
Public Properties
Name | Description | |
---|---|---|
Name | The name of the module which this module depends on. | |
TypeId | (Inherited from Attribute.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Attribute.) | |
GetCustomAttribute | Overloaded. (Inherited from Attribute.) | |
GetCustomAttributes | Overloaded. (Inherited from Attribute.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
IsDefined | Overloaded. (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
ModuleDependencyAttribute Class
Microsoft.Practices.CompositeUI Namespace