Hi, > I am trying to find out what variables were contained in the c# file > parsed by mcs. I am looking in RootContext.cs where the whole structure > is created but I am unable to access the variables of the class. > Any help appreciated. > > I don't know what information you need but type fields are stored in TypeContainer::Fields Marek