Search code examples
.netreflection

How do you get the root namespace of an assembly?


Given an instance of System.Reflection.Assembly.


Solution

  • Not possible. Nothing specifies a "Root" namespace. The default namespace in the options is a visual studio thing, not a .net thing