Share via


ModuleInfo Members

Include Protected Members
Include Inherited Members

The ModuleInfo type exposes the following members.

Constructors

  Name Description
Public method ModuleInfo()
Initializes a new empty instance of ModuleInfo.
Public method ModuleInfo(String, String)
Initializes a new instance of ModuleInfo.
Public method ModuleInfo(String, String, array<String>)
Initializes a new instance of ModuleInfo.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property DependsOn
Gets or sets the list of modules that this module depends upon.
Public property InitializationMode
Specifies on which stage the Module will be initialized.
Public property ModuleName
Gets or sets the name of the module.
Public property ModuleType
Gets or sets the module Type's AssemblyQualifiedName.
Public property Ref
Reference to the location of the module assembly.

Examples

The following are examples of valid Ref values: http://myDomain/ClientBin/MyModules.xap for remote module in Silverlight file://c:/MyProject/Modules/MyModule.dll for a loose DLL in WPF.
Public property State
Gets or sets the state of the ModuleInfo with regards to the module loading and initialization process.

See Also

ModuleInfo Class

Microsoft.Practices.Prism.Modularity Namespace