HighTechTalks DotNet Forums  

How can I get all loaded assemblies?

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss How can I get all loaded assemblies? in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
cok119
 
Posts: n/a

Default How can I get all loaded assemblies? - 10-03-2006 , 11:55 PM






Hi, all

How can I get all loaded assemblies?

include "static refrenceed" and "Assembly.LoadFrom method".



Reply With Quote
  #2  
Old   
G黱ter Prossliner
 
Posts: n/a

Default Re: How can I get all loaded assemblies? - 10-04-2006 , 04:52 AM






Hi!
Quote:
How can I get all loaded assemblies?

include "static refrenceed" and "Assembly.LoadFrom method".
You can use AppDomain.GetAssemblies() for any AppDomain object. For the
current AppDomain use AppDomain.CurrentDomain.GetAssemblies().


GP




Reply With Quote
  #3  
Old   
cok119
 
Posts: n/a

Default Re: How can I get all loaded assemblies? - 10-04-2006 , 05:35 AM



hi,Prossliner

thank you very much

"G黱ter Prossliner" <g.prossliner/gmx/at> 写入消息新闻:%23WhofJ55GHA.4536 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
Quote:
Hi!
How can I get all loaded assemblies?

include "static refrenceed" and "Assembly.LoadFrom method".

You can use AppDomain.GetAssemblies() for any AppDomain object. For the
current AppDomain use AppDomain.CurrentDomain.GetAssemblies().


GP




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.