and i can get the name? for example:

namespace Car
{
    class Propiedades
    {
        public StringBuilder carsettings(int n)
        {
           //ahhh
        }
        public void carjobs()
        {
            // somethig
        }
    }
}

who i get the name of the namespace, the name of the class, and the name of 
the methods?

I apologize if not properly express!

-- 
--
mono-cecil

Reply via email to