DynamicBinder and LateBinder NuGet Package

This library allows you dynamic access to object methods, properties, and fields by using the reflection technology of .NET, regardless of whether they are private members.

You can access both object instance members and class static members by name that specified string argument at runtime, not compile-time, or C# 4.0 "dynamic" syntax.




Got any DynamicBinder and LateBinder Question?





Info

Version: 2.2.0
Author(s): J.Sakamoto
Last Update: Sunday, December 31, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/jsakamoto/dynamicbinder
NuGet Url: https://www.nuget.org/packages/DynamicBinder


Install
Install-Package DynamicBinder
dotnet add package DynamicBinder
paket add DynamicBinder
DynamicBinder Download (Unzip the "nupkg" after downloading)

.NETFramework 4.0
  • No dependencies.
.NETStandard 2.0
  • No dependencies.




STATS

must-have-score

.5

avg-downloads-per-day

8

days-since-last-release

539