FastMember.Signed 1.1.0

In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.

Marc Gravell ReflectionDynamicMemberAccess
安装
dotnet add package FastMember.Signed --version 1.1.0
Install-Package FastMember.Signed -Version 1.1.0
依赖
.NETStandard1.3
包名版本要求
Microsoft.CSharp [4.0.1, )
System.Collections.NonGeneric [4.0.1, )
System.Data.Common [4.1.0, )
System.Data.SqlClient [4.1.0, )
System.Linq [4.1.0, )
System.Reflection [4.1.0, )
System.Reflection.Emit [4.0.1, )
System.Reflection.Emit.ILGeneration [4.0.1, )
System.Reflection.Emit.Lightweight [4.0.1, )
System.Reflection.TypeExtensions [4.1.0, )
System.Runtime [4.1.0, )
System.Threading [4.0.11, )
版本详情
作者Marc Gravell
发布时间2016-08-26 15:04:53
项目主页https://github.com/mgravell/fast-member
许可证http://www.apache.org/licenses/LICENSE-2.0