how many instances of a dll is loaded w/in a process/IIS.. HELP!!!

  • Thread starter Thread starter chinimimita.hernandez
  • Start date Start date
C

chinimimita.hernandez

Hi guys,

Does anyone know on how to check the number of instances of a dll is
loaded within a process/IIS.

I tried to use the performance application in the control panel but
everytime i run and close my application the thread count gives different
result.
 
chinimimita.hernandez said:
Does anyone know on how to check the number of instances of a dll is
loaded within a process/IIS.

Why do you need to know? If you could settle for knowing whether a DLL is
loaded or not you could use GetModuleHandle().

Regards,
Will
 
ok thanks! :D
William DePalo said:
Why do you need to know? If you could settle for knowing whether a DLL is
loaded or not you could use GetModuleHandle().

Regards,
Will
 
Back
Top