netfx-System.ComponentModel.FilteringReflectionCatalog 1.0.0.33

dotnet add package netfx-System.ComponentModel.FilteringReflectionCatalog --version 1.0.0.33
NuGet\Install-Package netfx-System.ComponentModel.FilteringReflectionCatalog -Version 1.0.0.33
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="netfx-System.ComponentModel.FilteringReflectionCatalog" Version="1.0.0.33" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netfx-System.ComponentModel.FilteringReflectionCatalog --version 1.0.0.33
#r "nuget: netfx-System.ComponentModel.FilteringReflectionCatalog, 1.0.0.33"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install netfx-System.ComponentModel.FilteringReflectionCatalog as a Cake Addin
#addin nuget:?package=netfx-System.ComponentModel.FilteringReflectionCatalog&version=1.0.0.33

// Install netfx-System.ComponentModel.FilteringReflectionCatalog as a Cake Tool
#tool nuget:?package=netfx-System.ComponentModel.FilteringReflectionCatalog&version=1.0.0.33

Provides dinamic filtering of parts and exports from an underlying reflection-based catalog using a simple lambda expression that can inspect the export, its metadata and its exporting reflected type (part).

Example: var filtered = new FilteringReflectionCatalog(innerCatalog)
{
// Filter all parts that don't have an "IsPublic" metadata
PartFilter = part =>
part.PartDefinition.Metadata.ContainsKey("IsPublic")
};

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.33 3,947 6/15/2011
1.0.0.31 2,869 5/20/2011
1.0.0.24 2,842 5/8/2011
1.0.0.23 2,804 5/8/2011
1.0.0.21 6,311 5/8/2011
1.0.0.11 2,883 5/8/2011
1.0.0.5 2,705 5/8/2011
1.0.0.4 2,703 5/8/2011