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
cok119 - 04 Oct 2006 10:35 GMT
hi,Prossliner
thank you very much:)
"Günter Prossliner" <g.prossliner/gmx/at> дÈëÏûÏ¢ÐÂÎÅ:%23WhofJ55GHA.4536@TK2MSFTNGP06.phx.gbl...
> Hi!
>> How can I get all loaded assemblies?
[quoted text clipped - 5 lines]
>
> GP