jbevain / mono.reflection

Some useful reflection helpers, including an IL disassembler.
150 stars 50 forks source link

MethodBodyReader is implied internal #3

Closed danielcrenna closed 13 years ago

danielcrenna commented 13 years ago

... making it a little bit hard to consume from a NuGet package :)

jbevain commented 13 years ago

MethodBodyReader is an internal implementation detail. Use the extension methods on the disassembler type.

danielcrenna commented 13 years ago

Fair enough. The choice of an extension method is usually one of convenience and isn't made mandatory, but that's your call.