[Mono-devel-list] Mono.Cecil: Method RVA
Jb Evain
mono at evain.net
Wed Jan 19 03:46:39 EST 2005
Hello,
Yes it will, it is one of the main purpose of Mono.Cecil. An
IMethodDefinition will contain some kind of IMethodBody property, in
wich you'll find a Mono.Cecil.Cil representation of the method.
Jb
Gursharan Singh wrote:
> Hello,
>
> >Mono.Cecil is still under agressive development. This part is not yet
> >implemented, but I'm currently working on it. In the future, you should
> >not be aware of method's RVA, since you'll use a public interface like
> >IMethodDefinition. It should be available within the next two weeks.
> I am intereseted in accessing IL of the method. Will IMethodDefinition
> contain the method implementation as IL or in some other form? I want
> to find all the Types being referenced in the method body.
>
> -Gursharan
>
> Hello,
>
>
> ------------------------------------------------------------------------
> Do you Yahoo!?
> Yahoo! Mail - now with 250MB free storage. Learn more.
> <http://us.rd.yahoo.com/evt=29914/*http://info.mail.yahoo.com/mail_250>
More information about the Mono-devel-list
mailing list