Scott MacMaster
March 21st, 2003, 11:04 AM
I'm working on a program in C# that I want to be extensible through the use of "components". These "components" would give my program additional functionality and they would be able to call the various functions and classes in my program. Of course, my program would have to be able to call functions in these "components". These "components" need not be able to access each other.
I have no idea if this is possible. If it is, can someone tell me how or point me to a place with information about how to do this. If this is not possible could someone explain to me how to achieve similar results.
Thanks
I have no idea if this is possible. If it is, can someone tell me how or point me to a place with information about how to do this. If this is not possible could someone explain to me how to achieve similar results.
Thanks