G
Guest
I'm fairly new to .NET, and I'm trying to figure out the best way to set up
the communication between my application and its plugins. I am loading the
plugin assemblies when the application starts up. The problem I am trying to
figure out is how to allow the plugins to use some functions in the main
application.
For example, the main application has an event logging function. I would
like for the plugins to be able to call this function whenever they need to.
Is it possible to use delegates for this? Is there some other way that such
a thing should be done?
Thanks!
the communication between my application and its plugins. I am loading the
plugin assemblies when the application starts up. The problem I am trying to
figure out is how to allow the plugins to use some functions in the main
application.
For example, the main application has an event logging function. I would
like for the plugins to be able to call this function whenever they need to.
Is it possible to use delegates for this? Is there some other way that such
a thing should be done?
Thanks!