How to invoke Dynamic .NET components

Jonatan

Member
Joined
Jun 8, 2004
Messages
11
Location
Cuba
Programming Experience
3-5
Hi everybody!

Suppose you develop a Windows class library as a .NET object (not COM object) and you intend to use it at runtime, giving its DLL file to an application already running, which has the responsibility to "discover" the classes you implemented there and run certain methods dynamically.

How can I do that?
A lot of thanks,
Jonatan
 
Back
Top