Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a type from a reference
Message
From
25/11/2015 21:50:08
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Getting a type from a reference
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:
01627909
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform