DynamicBinder 1.5.0
This library allows you to dynamic access to object methods, properties, and fields
even if they are private members by Reflection technology.
You can access the both of object instance members and class static members by name
that specified string argument at runtime not compile time, or C# 4.0 "dynamic" syntax.
See the version list below for details.
Install-Package DynamicBinder -Version 1.5.0
dotnet add package DynamicBinder --version 1.5.0
<PackageReference Include="DynamicBinder" Version="1.5.0" />
paket add DynamicBinder --version 1.5.0
#r "nuget: DynamicBinder, 1.5.0"
Release Notes
v.1.5
- Enhance: Add "Object" property which expose the object that binding target.
- Fix bug: Can not extract class type object by DynamicBinder.
v.1.4
- Fix bug: Can not retrieve class type properties by DynamicBinder.
v.1.3
- Add avility of exposing nested private object graph.
v.1.2
- Add avility of caching System.Reflection.MemberInfo (use SetCache(disctionary) method)
- Add GetInfo(name) method on PropertyBinder and FieldBinder that returned System.Reflection.MemberInfo.
v.1.1
- Support base class members access.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.