On Aug 4, 4:10 pm, Jb Evain <[email protected]> wrote: > 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.
Thanks. Some of the values in that enum seem weird: What, for example, is “Var”? And which one of them maps to the type “System.Type”? Thanks, Timwi -- -- mono-cecil
