default namespace

  • Thread starter Thread starter Josip Medved
  • Start date Start date
Josip Medved said:
How to get default namespace of executing assembly?

There's no such thing. The only thing which has a default namespace is
a VS.NET project, and that's basically only used for creating template
code when you create new classes.
 
How to get default namespace of executing assembly?
There's no such thing. The only thing which has a default namespace is
a VS.NET project, and that's basically only used for creating template
code when you create new classes.


sorry... i was thinking of ROOT namespace...
 
Did you want to get the namespace of a particular class? An assembly does
not have a namespace, default, root, or otherwise.
 
Did you want to get the namespace of a particular class? An assembly does
not have a namespace, default, root, or otherwise.

I was thinking of "root namespace" as in Project->Properties...
 

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

Back
Top