Hello,

I'd like to write a rule that given a method definition, looks through a
given assembly and checks whether this method has been invoked.

Also, when finding it, i'd like to verify it was called correctly.

I am pretty sure this is fairly easy to achieve with Mono.Cecil, are there
any good examples of code that does something similar online that i can
have a look at ?

If not, conceptually what is the process here?

Can i scan all the methods of the input assembly and look for a Call
instruction with the method definition i am interested in? how do i verify
the parameters that are passed?

Any help will be greatly appreciated.

Thanks
Lior

-- 
-- 
--
mono-cecil
--- 
You received this message because you are subscribed to the Google Groups 
"mono-cecil" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to