Info
Version: | 4.0.4 |
Author(s): | Mohammad Chavoshi |
Last Update: | Thursday, March 22, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Chavoshi/Unity.NetCore |
NuGet Url: | https://www.nuget.org/packages/Unity.Interception.NetCore |
Install
Install-Package Unity.Interception.NetCore
dotnet add package Unity.Interception.NetCore
paket add Unity.Interception.NetCore
Unity.Interception.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Unity.NetCore(>= 4.0.3)
- System.Reflection.Emit(>= 4.3.0)
Tags
Interception is useful when you want to modify the behavior for individual objects but not the entire class, very much as you would do when using the Decorator pattern. It provides a flexible approach for adding new behaviors to an object at run time.
This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.