
Application consists of two parts.

1) GUI application (wrapper) enables user to choose .NET application to be profiled.
   User can filter certain events and decide, which information will be in log.
   Application sets environment variables for profiling and for filtering to application which is going to be profiled and runs it.
   
2) Profiler DLL library is loaded by CLR and logs information about called functions, its arguments and return values.
   Library needs to be registered in windows registry database, using regsvr32.

contact: ivancik.m@gmail.com