Info
Version: | 1.1.5660.28820 |
Author(s): | Maxim Chuvilyaev |
Last Update: | Wednesday, July 1, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/smax48/fast-rt-helpers |
NuGet Url: | https://www.nuget.org/packages/FastRTHelpers |
Install
Install-Package FastRTHelpers
dotnet add package FastRTHelpers
paket add FastRTHelpers
FastRTHelpers Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This works up to 10x times faster than the classic reflection using GetField() / GetProperty() and then GetValue / SetValue().
There are also methods that generate .NET types during run time from meta data. These types implement a IObjectAccessor interface which gives fast access to class members by indexer.