Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a type from a reference
Message
De
25/11/2015 21:50:08
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Getting a type from a reference
Versions des environnements
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01627909
Message ID:
01627909
Vues:
43
Before, I had this code in the assembly directly, such as LevelExtreme.dll:
			loClass = Type.GetType("LevelExtreme.ListClient")
			loList = Activator.CreateInstance(loClass, loParameter)
Now, I have moved that code at the framework level, in Framework.dll, in the base class instead. So, of course, as is, the base class does not know anything about LevelExtreme. What would be my options to be able to obtain a loClass reference pointing to the child class now that this is in the base class?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform