Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Late binding to C# DLL at runtime.
Message
 
To
13/05/2005 15:38:22
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01014053
Message ID:
01014117
Views:
25
If I understand correctly, you'll need to use a combination of manually loading the assemblies (the .NET .dlls) and then use reflection to figure out what's in those assemblies.

You can load assemblies at run time. This (most excellent) article discusses building a plug-in architecture, but you're doing the same thing - late binding to a managed object.

http://msdn.microsoft.com/msdnmag/issues/03/10/Plug-Ins/

HTH,
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform