how to load a dll assembly at runtime

  • Thread starter Thread starter Willie wjb
  • Start date Start date
W

Willie wjb

Hi,

i know how to start a dot net exe with the executeassembly, but after an
assembly is started i would like to call a function in this assembly to do
something.

What is the best way to accomplish this?

thanks,

willie.
 
* "Willie wjb said:
i know how to start a dot net exe with the executeassembly, but after an
assembly is started i would like to call a function in this assembly to do
something.

I doubt that this can be done with executables. Why not use a class
library?
 
that's also fine for me.

i want to be able to start a Class from a different program.
The public (mustinheritable) class has always a certain function which i can
use to send data from my own program to this so called plugin. I want to let
a user be free in creating his own plugin based on my interface which after
creation can be used along with my program.

I hope you understand my english :-)

Willie.
 
Back
Top