Info
Version: | 1.5.0 |
Author(s): | Marc Gravell |
Last Update: | Sunday, August 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alexinea/alexinea-fast-member |
NuGet Url: | https://www.nuget.org/packages/Alexinea.FastMember |
Install
Install-Package Alexinea.FastMember
dotnet add package Alexinea.FastMember
paket add Alexinea.FastMember
Alexinea.FastMember Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.CSharp(>= 4.5.0)
- System.Data.Common(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.Emit(>= 4.3.0)
- System.Reflection.Emit.ILGeneration(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
- System.Security.Permissions(>= 4.5.0)
No dependencies.
No dependencies.
Tags
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.