Method | Description | |
---|---|---|
FilteringReflectionCatalog ( ComposablePartCatalog innerCatalog ) : System |
Initializes the catalog.
|
|
GetExports ( System.ComponentModel.Composition.Primitives.ImportDefinition definition ) : ExportDefinition>>.IEnumerable |
Gets the filtered exports from the inner catalog.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the inner container.
|
Method | Description | |
---|---|---|
CloneNonSharedParts ( ) : IEnumerable |
Clones the non-shared to avoid object instance reuse, which happens if you cache the part definition.
|
|
Initialize ( IQueryable |
||
IsShared ( System.ComponentModel.Composition.Primitives.ComposablePartDefinition def ) : bool |
public FilteringReflectionCatalog ( ComposablePartCatalog innerCatalog ) : System | ||
innerCatalog | ComposablePartCatalog | |
return | System |
public GetExports ( System.ComponentModel.Composition.Primitives.ImportDefinition definition ) : ExportDefinition>>.IEnumerable |
||
definition | System.ComponentModel.Composition.Primitives.ImportDefinition | |
return | ExportDefinition>>.IEnumerable |