On Thu, Aug 4, 2011 at 5:06 PM, Timwi <[email protected]> wrote: > More generally, what is the recommended way to determine > whether a given TypeReference is actually the object type?
Use the .MetadataType property which returns a clean enum for the public API. Jb -- -- mono-cecil
