[Mono-dev] Using Ilasm parser on other applications

2006-05-07 Thread Alejandro Serrano
Is there any way I could use the parser that Ilasm uses to obtain the set of classes, methods, properties, etc... from an IL source file? I don't mind making some rework, although I think this parser could address my needs if I got some way to use it just not for plain code generation. Thanks in

Re: [Mono-dev] Using Ilasm parser on other applications

2006-05-07 Thread Andreas Nahr
Why not just use Cecil? That would work for any IL, not just (but also) ILAsm source... - Original Message - From: Alejandro Serrano [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Sunday, May 07, 2006 5:13 PM Subject: [Mono-dev] Using Ilasm parser on other applications

Re: [Mono-dev] Using Ilasm parser on other applications

2006-05-07 Thread Alejandro Serrano
? Serras Andreas Nahr escribió: Why not just use Cecil? That would work for any IL, not just (but also) ILAsm source... - Original Message - From: Alejandro Serrano [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Sunday, May 07, 2006 5:13 PM Subject: [Mono-dev] Using Ilasm parser

Re: [Mono-dev] Using Ilasm parser on other applications

2006-05-07 Thread Jb Evain
Hola, On May 7, 2006, at 10:52 PM, Alejandro Serrano wrote: I mean getting the IL source file and parsing it to get the methods, classes, defined in the file..., something like an IDE does with source codes. Does Cecil implement this functionality? I thought it just worked for already