
Signature
Helen Warn, PhD
Agile Software Inc.
www.agile-soft.com
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