Tuesday, 27 August 2013

Get c# classes after a program is compiled

Get c# classes after a program is compiled

I have a program that I am making for a friend and I don't want him to see
the whole code, but I want him to be able to add classes that have
attributes on the classes so he can add his own stuff to it, how would I
be able to get classes using a compiled program and add them to the
dictionary of methods to be called upon later?

No comments:

Post a Comment