Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Late binding to C# DLL at runtime.
Message
 
À
13/05/2005 15:38:22
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01014053
Message ID:
01014117
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform