Categories
System.Reflection is a high-level way of describing Types in .NET targetted at managed code consumers. The API is easy to use, but does not expose all the information that's actually present and affecting decisions. For example, Reflection does not expose TypeRef , MemberRef, AssemblyRef, or other Ref tokens.