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
<PackageReference Include="netfx-System.ComponentModel.FilteringReflectionCatalog" Version="1.0.0.33" />
paket add netfx-System.ComponentModel.FilteringReflectionCatalog --version 1.0.0.33
#r "nuget: netfx-System.ComponentModel.FilteringReflectionCatalog, 1.0.0.33"
// 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")
};
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.