The information that I need from the parser is name of all the variables 
that were present in the file which was parsed.

Marek Safar wrote:
> 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
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to