C# Class Microsoft.Practices.Prism.MefExtensions.Modularity.DownloadedPartCatalogCollection

Afficher le fichier Open project: xperiandri/PortablePrism Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ModuleInfo moduleInfo, ComposablePartCatalog catalog ) : void

Adds the specified catalog using the module info as a key.

Clear ( ) : void

Clears the collection of catalogs.

Get ( ModuleInfo moduleInfo ) : ComposablePartCatalog

Gets the catalog for the specified module info.

Remove ( ModuleInfo moduleInfo ) : void

Removes the catalgo for the specified module info.

TryGet ( ModuleInfo moduleInfo, ComposablePartCatalog &catalog ) : bool

Tries to ge the catalog for the specified module info.

Method Details

Add() public méthode

Adds the specified catalog using the module info as a key.
public Add ( ModuleInfo moduleInfo, ComposablePartCatalog catalog ) : void
moduleInfo Microsoft.Practices.Prism.Modularity.ModuleInfo The module info.
catalog ComposablePartCatalog The catalog.
Résultat void

Clear() public méthode

Clears the collection of catalogs.
public Clear ( ) : void
Résultat void

Get() public méthode

Gets the catalog for the specified module info.
public Get ( ModuleInfo moduleInfo ) : ComposablePartCatalog
moduleInfo Microsoft.Practices.Prism.Modularity.ModuleInfo The module info.
Résultat ComposablePartCatalog

Remove() public méthode

Removes the catalgo for the specified module info.
public Remove ( ModuleInfo moduleInfo ) : void
moduleInfo Microsoft.Practices.Prism.Modularity.ModuleInfo The module info.
Résultat void

TryGet() public méthode

Tries to ge the catalog for the specified module info.
public TryGet ( ModuleInfo moduleInfo, ComposablePartCatalog &catalog ) : bool
moduleInfo Microsoft.Practices.Prism.Modularity.ModuleInfo The module info.
catalog ComposablePartCatalog The catalog.
Résultat bool