ModuleInfo Members
Include Protected Members
Include Inherited Members
The ModuleInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModuleInfo() |
Initializes a new empty instance of ModuleInfo.
|
|
ModuleInfo(String, String) |
Initializes a new instance of ModuleInfo.
|
|
ModuleInfo(String, String, array<String>) |
Initializes a new instance of ModuleInfo.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DependsOn |
Gets or sets the list of modules that this module depends upon.
|
|
InitializationMode |
Specifies on which stage the Module will be initialized.
|
|
ModuleName |
Gets or sets the name of the module.
|
|
ModuleType |
Gets or sets the module Type's AssemblyQualifiedName.
|
|
Ref |
Reference to the location of the module assembly.
ExamplesThe 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. |
|
State |
Gets or sets the state of the ModuleInfo with regards to the module loading and initialization process.
|