How to tell an assembly is loaded

C

Chris Bordeman

How can I tell an assembly is loaded? I want to avoid redundant
Assembly.LoadFrom(..) calls.
 
C

Chris Bordeman

After it's called the first time it shouldn't need to be called again on
that dll.
 
A

Alex Meleta

mmm, but, if you call it to be loaded onto appdomain it lives they until
the domain lives. what is the issue to load it there every time?

Regards, Alex
[TechBlog] http://devkids.blogspot.com

CB> After it's called the first time it shouldn't need to be called
CB> again on that dll.
CB>
CB> CB>
Hi Chris,

Why do you think that Assembly.LoadFrom(..) is redundant for your
task? How do u expect it to be loaded?

Regards, Alex
[TechBlog] http://devkids.blogspot.com
CB> redundant
CB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top