Hi guys,
I was looking over the results of a Profiler in visual studio and in its list of functions doing the most work it has System.ni.dll doing 40% of the work and mscorlib.ni.dll doing 35% of the work. Is there any way to figure out what exactly those two functions are doing? A large chunk of the program should be just creating a web client and calling WebClient.DownloadString.
I was looking over the results of a Profiler in visual studio and in its list of functions doing the most work it has System.ni.dll doing 40% of the work and mscorlib.ni.dll doing 35% of the work. Is there any way to figure out what exactly those two functions are doing? A large chunk of the program should be just creating a web client and calling WebClient.DownloadString.