Utility for creating a dynamic object facade/proxy to allow for using an object as an interface that it does not explicitly implement.
Info
Version: | 1.6.9 |
Author(s): | Ian Yates |
Last Update: | Thursday, April 7, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/IFYates/Shimterface |
NuGet Url: | https://www.nuget.org/packages/Shimterface.Standard |
Install
Install-Package Shimterface.Standard
dotnet add package Shimterface.Standard
paket add Shimterface.Standard
Shimterface.Standard Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reflection.Emit(>= 4.6.0)