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...
 
Back
Top