Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a type from a reference
Message
De
25/11/2015 22:09:24
 
 
À
25/11/2015 21:50:08
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
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:
01627910
Vues:
36
I have this:
Dim loAssembly As System.Reflection.Assembly = Nothing
loAssembly = System.Reflection.Assembly.LoadFrom(oApp.cHttpFat + "Bin\LevelExtreme.dll")
loClass = loAssembly.GetType("LevelExtreme.ListClient")
loList = Activator.CreateInstance(loClass, loParameter)
But, I would surely like to avoid loading the dll in memory just to get access to the reference I am looking for.
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform