T Thore Berntsen May 16, 2008 #1 Is there any way I can find out wich assemblies my application has loaded into its process? Thore Berntsen
Is there any way I can find out wich assemblies my application has loaded into its process? Thore Berntsen
D DrewCE May 19, 2008 #2 Have you tried AppDomain.GetAssemblies()? http://msdn.microsoft.com/en-us/library/system.appdomain.getassemblies.aspx#Mtps_DropDownFilterText -Drew
Have you tried AppDomain.GetAssemblies()? http://msdn.microsoft.com/en-us/library/system.appdomain.getassemblies.aspx#Mtps_DropDownFilterText -Drew