J
James F. Bellinger
Is there any (managed) function which can retrieve a method's IL data? Or
would one have to write a PE file reader (which would still not do if it
were dynamically created...)
If not, are there any plans to add something of this sort? It would be
extremely handy. What I'd like to do is have someone pass a System.Type,
which my code would then check for a certain interface, and if it had that
interface it would read the IL. However as far as I can tell one can only
write IL. :-/
Thanks
Jim Bellinger
would one have to write a PE file reader (which would still not do if it
were dynamically created...)
If not, are there any plans to add something of this sort? It would be
extremely handy. What I'd like to do is have someone pass a System.Type,
which my code would then check for a certain interface, and if it had that
interface it would read the IL. However as far as I can tell one can only
write IL. :-/
Thanks
Jim Bellinger