I know that .Net framework runtime is contained in mscoree.dll.Can anyone help me in knowing which part of windows operating system or which process of windows loads this dll into the memory.Thanks in advance.
I know that .Net framework runtime is contained in mscoree.dll.Can anyone help me in
Share
If you are on
windows 7you can use theResource Monitor. Within yourTask Managerin the tabPerformance. At the bottom there is the button for theResource Monitor.In the tab
CPUyou can select which processes to monitor.Select all and sort the
Handlesfor their name.Now you should see which
running processesare using yourdll.