The
methods
of System.Reflection.ReflectionContext are listed below. For a list of all members, see the ReflectionContext Members list.
See Also: Inherited members from System.Object
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.
|