C# 클래스 Microsoft.Practices.Prism.MefExtensions.Modularity.DownloadedPartCatalogCollection

파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

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.
리턴 void

Clear() 공개 메소드

Clears the collection of catalogs.
public Clear ( ) : void
리턴 void

Get() 공개 메소드

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

Remove() 공개 메소드

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

TryGet() 공개 메소드

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.
리턴 bool