Skip to main content
ImmediateReflection package icon

ImmediateReflection

.NET library that aims to provide a faster usage of C# reflection features. Especially the usage of constructors, members accessors (get/set) and attributes. It provides these features while trying to keep an API as similar as the standard Reflection API. Supported platforms: - .NET Standard 2.0+ - .NET Core 2.0+ - .NET Framework 2.0+ Supports Source Link See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentation/benchmarks.html.

Total Downloads
187.0K
186,991
Published
Jul 18, 2019
Latest stable version

Install

.NET CLI
dotnet add package ImmediateReflection --version 1.2.0
Package Manager Console
Install-Package ImmediateReflection -Version 1.2.0
PackageReference
<PackageReference Include="ImmediateReflection" Version="1.2.0" />

Frameworks

.NETFramework2.0 .NETFramework3.5 .NETFramework4.0 .NETFramework4.5 .NETStandard2.0

Dependencies

[4.3.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.