I'm referencing a class in a .net library in VB6 and need to profile it. Is there a profiler that c开发者_如何学JAVAan be pointed at a .net library dll?
The memory issues I wish to profile only happens when used in the VB6 application. The pure .net test application for the library does not have memory issues.
Run your VB6 application inside a profiler like JetBrains DotTrace or ANTS Profiler. Although the application is VB6, at least DotTrace should be able to see the managed .NET library calls.
精彩评论