Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with dynamically loaded class
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01335836
Message ID:
01336125
Vues:
14
>This is a bit long, but here's what I have. See my comments in the last code segment.
>
Change this:

> public void Test()
> {
> // Define a return variable
> object oClassObj = null;

To
public void Test()
{
     // Define a return variable
     ITest oClassObj = null;
That tells the compiler oClassObj implements the ITest interface, so you're Intellisense will kick in.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform