Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / October 2006

Tip: Looking for answers? Try searching our database.

Consuming class build using CodeDom

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Helen Warn - 11 Oct 2006 00:52 GMT
I want the assembly that builds a class using CodeDom to also consume it (or,
more correctly, for a referenced assembly to consume it). Is there any way to
do this without using late binding?

Thx

Helen
Signature

Helen Warn, PhD
Agile Software Inc.
www.agile-soft.com

Dmytro Lapshyn [MVP] - 11 Oct 2006 09:01 GMT
Hi,

If the public interface (the contract) of the class is known beforehand,
build the class in such way that it implements this predefined interface.
Thus, the assembly that needs to consume the class' functionality, can
downcast the reference of type "object" to the said interface and voila! -
no late binding.

Signature

Regards,
Dmytro Lapshyn [MVP]
http://blogs.vbcity.com/DmytroL

>I want the assembly that builds a class using CodeDom to also consume it
>(or,
[quoted text clipped - 5 lines]
>
> Helen
Helen Warn - 11 Oct 2006 15:42 GMT
Unfortunately the class has one method that can't implement an interface. I
tried.

thx

Helen
Signature

Helen Warn, PhD
Agile Software Inc.
www.agile-soft.com

> Hi,
>
[quoted text clipped - 13 lines]
> >
> > Helen

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.