Get a reference to an internal static class declared in anotherassembly

S

Sathyaish

Assembly B references pre-compiled assembly A.



In Assembly B
---------------------------
namespace B
{
class ClassB
{
/* here I need a reference to an internal static class declared
in assembly A */
}
}

How may I get that?
 

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