Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with dynamically loaded class
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01335836
Message ID:
01336125
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform