.NET Profiler DLL Agent

A profiler is a tool that monitors the execution of another application. A common language runtime (CLR) profiler is a dynamic link library (DLL) consisting of functions that receive messages from and send messages to the CLR using the profiling API. The profiler DLL is loaded by the CLR at runtime.

Last updated