The members of System.Reflection.ReflectionContext are listed below.
See Also: Inherited members from System.Object
Protected Constructors
Public Methods
| GetTypeForObject(object) : TypeInfo
Gets the representation of the type of the specified object in this reflection context.
|
abstract | MapAssembly(Assembly) : Assembly
Gets the representation, in this reflection context, of an assembly that is represented by an object from another reflection context.
|
abstract | MapType(TypeInfo) : TypeInfo
Gets the representation, in this reflection context, of a type represented by an object from another reflection context.
|