Unity Interception Extension
2.1.505.0
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.
To install Unity Interception Extension, run the following command in the Package Manager Console
PM> Install-Package Unity.Interception
Owners
Authors
Copyright
© 2011 Microsoft Corporation
Tags
Dependencies
| Id | Version Range |
|---|---|
| Unity | (≥ 2.1) |
Version History
| Version | Downloads | Last updated |
|---|---|---|
| Unity Interception Extension 2.1.505.0 | 21258 | Wednesday, May 11, 2011 |