abstract TypeInfo MapType(TypeInfo type)
Gets the representation, in this reflection context, of a type represented by an object from another ...
Represents a context that can provide reflection objects.
abstract Assembly MapAssembly(Assembly assembly)
Gets the representation, in this reflection context, of an assembly that is represented by an object ...
virtual TypeInfo GetTypeForObject(object value)
Gets the representation of the type of the specified object in this reflection context.
ReflectionContext()
Initializes a new instance of the T:System.Reflection.ReflectionContext class.