entlib-prerelease - Unity.Interception 3.5.1404-prerelease
Unity interception enables you to effectively capture calls to objects and add additional functionality to the target object. 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.
PM> Install-Package Unity.Interception -Version 3.5.1404-prerelease -Source https://www.myget.org/F/entlib-prerelease/api/v3/index.json
> nuget.exe install Unity.Interception -Version 3.5.1404-prerelease -Source https://www.myget.org/F/entlib-prerelease/api/v3/index.json
> dotnet add package Unity.Interception --version 3.5.1404-prerelease --source https://www.myget.org/F/entlib-prerelease/api/v3/index.json
source https://www.myget.org/F/entlib-prerelease/api/v3/index.json
nuget Unity.Interception ~> 3.5.1404-prerelease
Copy to clipboard
> choco install Unity.Interception --version 3.5.1404-prerelease --source https://www.myget.org/F/entlib-prerelease/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "entlib-prerelease" -SourceLocation "https://www.myget.org/F/entlib-prerelease/api/v2"
Install-Module -Name "Unity.Interception" -RequiredVersion "3.5.1404-prerelease" -Repository "entlib-prerelease" -AllowPreRelease
Copy to clipboard
OwnersMicrosoft patterns & practices |
AuthorsMicrosoft |
Project URLhttp://unity.codeplex.com/ |
LicenseApache-2.0 |
TagsUnity Unity3 EntLib entlib6 IoC DI container interception AOP aspect LOB Windows8 futures OSS |
Info76 total downloads |
| 76 downloads for version 3.5.1404-prerelease |
| Download (100.87 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
3.5.1404-prerelease | 100.87 KB | Thu, 10 Apr 2014 21:53:07 GMT | 76 |
|