Info
Version: | 4.0.6 |
Author(s): | Inventriks |
Last Update: | Tuesday, May 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DotNetCore.Unity.Interception |
Install
Install-Package DotNetCore.Unity.Interception
dotnet add package DotNetCore.Unity.Interception
paket add DotNetCore.Unity.Interception
DotNetCore.Unity.Interception Download (Unzip the "nupkg" after downloading)
Dependencies
- DotNetCore.Unity(>= 4.0.0)
- 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.