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