G
Gaetan
I would like to extend the capabilities of my application by calling a user method
residing in a client provided assembly without having to recompile my application.
Things would work like this:
1- Read a configuration file where the client provides the assembly name (DLL) and the
method name.
2- Detect the existence of the assembly file.
3- Invoke the client method.
I'm not sure how to handle item #3. I cannot add a reference to the client DLL in my
application since I do not know in advance what the assembly name will be nor the method
name. Can someone provide me a clue on how I should handle it?
Thanks.
residing in a client provided assembly without having to recompile my application.
Things would work like this:
1- Read a configuration file where the client provides the assembly name (DLL) and the
method name.
2- Detect the existence of the assembly file.
3- Invoke the client method.
I'm not sure how to handle item #3. I cannot add a reference to the client DLL in my
application since I do not know in advance what the assembly name will be nor the method
name. Can someone provide me a clue on how I should handle it?
Thanks.