Framework to drastically simplify your private reflection code using C# dynamic.
Info
Version: | 5.0.1 |
Author(s): | David Ebbo |
Last Update: | Monday, January 29, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/davidebbo/ReflectionMagic |
NuGet Url: | https://www.nuget.org/packages/ReflectionMagic |
Install
Install-Package ReflectionMagic
dotnet add package ReflectionMagic
paket add ReflectionMagic
ReflectionMagic Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.Reflection(>= 4.3.0)
- Microsoft.CSharp(>= 4.4.1)
- Microsoft.CSharp(>= 4.4.1)
- NETStandard.Library(>= 1.6.1)
Tags