Info
Version: | 2.2.0 |
Author(s): | Castle Project Contributors |
Last Update: | Sunday, September 4, 2011 |
.NET Fiddle: | Online Example |
Project Url: | http://www.castleproject.org/ |
NuGet Url: | https://www.nuget.org/packages/Castle.DynamicProxy |
Install
Install-Package Castle.DynamicProxy
dotnet add package Castle.DynamicProxy
paket add Castle.DynamicProxy
Castle.DynamicProxy Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 1.2.0)
Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.