Info
Version: | 2.0.0 |
Author(s): | Alexandre Rabérin |
Last Update: | Sunday, September 4, 2022 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/KeRNeLith/ImmediateReflection |
NuGet Url: | https://www.nuget.org/packages/ImmediateReflection |
Install
Install-Package ImmediateReflection
dotnet add package ImmediateReflection
paket add ImmediateReflection
ImmediateReflection Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
No dependencies.
No dependencies.
No dependencies.
- System.Reflection.Emit.LightWeight(>= 4.3.0)
Tags
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 4.0+
Supports Source Link
See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentation/benchmarks.html.