Assembly

J

Jeffrey

hello,

how do i get an assembly for a process which is not the own process.
and i also do not want to load a new assembly.


please no answers with Load, LoadFrom or GetExecutingAssembly.


jeff
 
N

Nicholas Paldino [.NET/C# MVP]

Jeff,

What do you mean by "get" an assembly? You want to access the assembly
inside of the process it is loaded in? The only way to do this is through
inter-process communication, such as remoting, which requires explicit
setup.

Hope this helps.
 

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