Hi,
I am using a self made dll using VC++ in C#.
I wanted to ask, is there any way by which I could monitor the run time performance the dll. Like, once the C# code has made a call to the dll and once when it is loaded, can I monitor the behavior of the dll?
I am in development phase and the dll code-logic when run independently, runs perfect, however, when I call it from C#, it behaves awkwardly. So, wanted to figure out.
Thanks