Activity overview
Latest activity by RichardJohnn
Ah ok, thank you.
The DLL is a managed .NET DLL, but all I see is a call to managed code, there are no details, so maybe it is an issue with the decompilation. / comments
Ah ok, thank you.
The DLL is a managed .NET DLL, but all I see is a call to managed code, there are no details, so maybe it is an issue with the decompilation.
Profiling dynamically loaded dlls
Are there any special tips for profiling a .NET DLL that is loaded at run time? The profiler seems to think it is managed code and when it decompiles it just shows the thread.start()
Thank you