Skip to main content
Unity.Interception package icon

Unity.Interception

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.

Total Downloads
36.5M
36,469,489
Published
May 15, 2014
Latest stable version

Install

.NET CLI
dotnet add package Unity.Interception --version 3.5.1405-prerelease
Package Manager Console
Install-Package Unity.Interception -Version 3.5.1405-prerelease
PackageReference
<PackageReference Include="Unity.Interception" Version="3.5.1405-prerelease" />

Frameworks

No framework metadata available.

Dependencies

[3.5.1405-prerelease, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.