Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 301 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 301 Bytes

weasel

Simple DynamicProxy Library for .NET

DynamicProxys add the capability to automatically execute actions when a method gets called or returns. Imagine you could be able to add exception-logging to a method, without modifing the method-body! Or you could verify method parameters, log them ...