[Mono-dev] RootContext.cs

Mudit Vaidya muditvaidya at gmail.com
Mon Feb 9 00:15:41 EST 2009


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
>


More information about the Mono-devel-list mailing list