Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a type from a reference
Message
From
25/11/2015 22:09:24
 
 
To
25/11/2015 21:50:08
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01627909
Message ID:
01627910
Views:
35
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform