DirectoryModuleCatalog Members

Include Protected Members
Include Inherited Members

The DirectoryModuleCatalog type exposes the following members.

Constructors

  Name Description
Ff653872.pubmethod(en-us,PandP.10).gif DirectoryModuleCatalog

Methods

  Name Description
Ff653872.pubmethod(en-us,PandP.10).gif AddGroup
Creates and adds a ModuleInfoGroup to the catalog.
(Inherited from ModuleCatalog.)
Ff653872.pubmethod(en-us,PandP.10).gif AddModule Overloaded.
Ff653872.protmethod(en-us,PandP.10).gif BuildChildDomain
Creates a new child domain and copies the evidence from a parent domain.
Ff653872.pubmethod(en-us,PandP.10).gif CompleteListWithDependencies
Returns a list of ModuleInfos that contain both the ModuleInfos in modules, but also all the modules they depend on.
(Inherited from ModuleCatalog.)
Ff653872.protmethod(en-us,PandP.10).gif EnsureCatalogValidated
Ensures that the catalog is validated.
(Inherited from ModuleCatalog.)
Ff653872.pubmethod(en-us,PandP.10).gif Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Ff653872.protmethod(en-us,PandP.10).gif 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.)
Ff653872.pubmethod(en-us,PandP.10).gif GetDependentModules
Return the list of ModuleInfos that moduleInfo depends on.
(Inherited from ModuleCatalog.)
Ff653872.protmethod(en-us,PandP.10).gif GetDependentModulesInner
Returns the ModuleInfo on which the received module dependens on.
(Inherited from ModuleCatalog.)
Ff653872.pubmethod(en-us,PandP.10).gif GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Ff653872.pubmethod(en-us,PandP.10).gif GetType
Gets the Type of the current instance.
(Inherited from Object.)
Ff653872.pubmethod(en-us,PandP.10).gif Initialize
Initializes the catalog, which may load and validate the modules.
(Inherited from ModuleCatalog.)
Ff653872.protmethod(en-us,PandP.10).gif InnerLoad
Drives the main logic of building the child domain and searching for the assemblies.
(Overrides ModuleCatalog.InnerLoad().)
Ff653872.pubmethod(en-us,PandP.10).gif Load
Loads the catalog if necessary.
(Inherited from ModuleCatalog.)
Ff653872.protmethod(en-us,PandP.10).gif MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Ff653872.protmethod(en-us,PandP.10).gif Sort
Sorts a list of ModuleInfos. This method is called by CompleteListWithDependencies(IEnumerable<ModuleInfo>) to return a sorted list.
(Inherited from ModuleCatalog.)
Ff653872.pubmethod(en-us,PandP.10).gif ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Ff653872.pubmethod(en-us,PandP.10).gif Validate
Validates the ModuleCatalog.
(Inherited from ModuleCatalog.)
Ff653872.protmethod(en-us,PandP.10).gif ValidateCrossGroupDependencies
Ensures that there are no dependencies between modules on different groups.
(Inherited from ModuleCatalog.)
Ff653872.protmethod(en-us,PandP.10).gif ValidateDependenciesInitializationMode
Ensures that there are no modules marked to be loaded WhenAvailable depending on modules loaded OnDemand
(Inherited from ModuleCatalog.)
Ff653872.protmethod(en-us,PandP.10).gif ValidateDependencyGraph
Ensures that there are no cyclic dependencies.
(Inherited from ModuleCatalog.)
Ff653872.protmethod(en-us,PandP.10).gif ValidateUniqueModules
Makes sure all modules have an Unique name.
(Inherited from ModuleCatalog.)

Properties

  Name Description
Ff653872.protproperty(en-us,PandP.10).gif GrouplessModules
Returns the list of ModuleInfos that are not contained within any ModuleInfoGroup.
(Inherited from ModuleCatalog.)
Ff653872.pubproperty(en-us,PandP.10).gif Groups
Gets the ModuleInfoGroups that have been added to the ModuleCatalog.
(Inherited from ModuleCatalog.)
Ff653872.pubproperty(en-us,PandP.10).gif Items
Gets the items in the ModuleCatalog. This property is mainly used to add ModuleInfoGroups or ModuleInfos through XAML.
(Inherited from ModuleCatalog.)
Ff653872.pubproperty(en-us,PandP.10).gif ModulePath
Directory containing modules to search for.
Ff653872.pubproperty(en-us,PandP.10).gif Modules
Gets all the ModuleInfo classes that are in the ModuleCatalog, regardless if they are within a ModuleInfoGroup or not.
(Inherited from ModuleCatalog.)
Ff653872.protproperty(en-us,PandP.10).gif Validated
Gets or sets a value that remembers whether the ModuleCatalog has been validated already.
(Inherited from ModuleCatalog.)

See Also

DirectoryModuleCatalog Class

Microsoft.Practices.Composite.Modularity Namespace