partial class and DLL

G

Guest

I generate some classes and put inside a DLL. I have others classes outside
the DLL.

I have a problem that the classes outside the DLL are partial classess of
the other classes inside the DLL.

Is there a way to make one partial class search another partial class inside
a DLL that contains diferent namespace?
 
P

Patrice

What you are trying to do is not very clear.

AFAIK partial classes are a compile time mechanism that allows to share a
*single* class between several files. For now it would look like to me you
are more after an inheritance mechanism, a plugin mechanism or somethigns
similar...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top