2 packages tagged with “late”
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.
This NuGet package contains the library that takes care of hot loading of the dlls into the application at run time.