retrieve root namespace

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

Is there a way to retrieve the root namespace during runtime? I'm trying to
generalize a function and
System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceStream()
method requires the full namespace path for embedded resources.


-Randy
 
In the project properties, under the General settings the last textbox says
"Root Namespace". I want to be able to get this value during runtime.

-Randy
 

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