[Mono-dev] variables

2009-02-08 Thread Mudit Vaidya
Hi Can anyone please explain how variables of a class are handled in parsing ? Thanks ! ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Variables from mcs

2009-01-29 Thread Rafael Teixeira
You can use monodis tool on the resulting assembly. man monodis can show you more info Hope it helps, On Wed, Jan 28, 2009 at 4:07 PM, Mudit Vaidya muditvai...@gmail.com wrote: Hi How can I get the names and types of variables in a file compiled by mcs ? I have built mono from source

Re: [Mono-dev] Variables from mcs

2009-01-29 Thread Mudit Vaidya
I am editing the code. I do not want to use it from command line. Thanks Rafael Teixeira wrote: You can use monodis tool on the resulting assembly. man monodis can show you more info Hope it helps, On Wed, Jan 28, 2009 at 4:07 PM, Mudit Vaidya muditvai...@gmail.com

Re: [Mono-dev] Variables from mcs

2009-01-29 Thread Jackson Harper
On Thu, 2009-01-29 at 12:27 -0500, Mudit Vaidya wrote: I am editing the code. I do not want to use it from command line. So you are using Monodevelop and would like to see the types/properties in your solution? There is a 'Classes' tab on the bottom of the tree on the left hand side of

[Mono-dev] Variables from mcs

2009-01-28 Thread Mudit Vaidya
Hi How can I get the names and types of variables in a file compiled by mcs ? I have built mono from source and then I use 'mono mcs.exe hello.cs' to compile the file. Thanks ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com