Allow you to invoke a late-bound method, without using MethodInfo.Invoke and thus avoiding exceptions being wrapped in a TargetInvocationException.
Info
Version: | 1.0.1 |
Author(s): | JakeGinnivan |
Last Update: | Wednesday, February 13, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JakeGinnivan/DelegateInvoker |
NuGet Url: | https://www.nuget.org/packages/DelegateInvoker |
Install
Install-Package DelegateInvoker
dotnet add package DelegateInvoker
paket add DelegateInvoker
DelegateInvoker Download (Unzip the "nupkg" after downloading)