ExtendedReflection
Home Page
Categories: Code analysis - Standards verifiers
Author: Microsoft
Dynamic analysis framework for .NET.
ExtendedReflection is a library that offers functionality that extends the standard reflection library, and also lifts the unmanaged CLR profiling API into the managed world.
ExtendedReflection helps you build runtime analysis tools for .NET. It takes care of instrumenting MSIL bodies at runtime and exposes more than 200 .NET callbacks, such as method enter/exit, argument values or field writes. ExtendedReflection also enables redirection of arbitrary method calls.
With ExtendedReflection, you can write dynamic analysis tools without having to understand the low-level CLR internals.
ExtendedReflection sits on top of the .NET Profiling API.
 Built for .NET 2 |
 Built for .NET 4 |
 Library |
 Free or free version available |