D
Dave Wurtz
All,
Is it possible to get all of the current namespaces that are available
through reflection? What I am trying to do is get back all of the
namespaces, then classes within the namespaces, then methods/properties
within the classes. I need each one separated - like VS.NET's intellisense.
I'm trying to get all of this information from
System.Reflection.Assembly.GetExecutingAssembly.GetReferencedAssemblies.
Thanks for the help!
Dave Wurtz
Advanced Software Designs
Is it possible to get all of the current namespaces that are available
through reflection? What I am trying to do is get back all of the
namespaces, then classes within the namespaces, then methods/properties
within the classes. I need each one separated - like VS.NET's intellisense.
I'm trying to get all of this information from
System.Reflection.Assembly.GetExecutingAssembly.GetReferencedAssemblies.
Thanks for the help!
Dave Wurtz
Advanced Software Designs