LinFu DynamicProxy is a library for generating proxies on the fly at runtime.
LinFu DynamicProxy is a library for generating proxies on the fly at runtime.
Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.
More information is available in a CodeProject article by the framework author.