mscorlib(4.0.0.0) API with additions
|
Represents a context that can provide reflection objects. More...
Public Member Functions | |
abstract Assembly | MapAssembly (Assembly assembly) |
Gets the representation, in this reflection context, of an assembly that is represented by an object from another reflection context. More... | |
abstract TypeInfo | MapType (TypeInfo type) |
Gets the representation, in this reflection context, of a type represented by an object from another reflection context. More... | |
virtual TypeInfo | GetTypeForObject (object value) |
Gets the representation of the type of the specified object in this reflection context. More... | |
Protected Member Functions | |
ReflectionContext () | |
Initializes a new instance of the T:System.Reflection.ReflectionContext class. More... | |
Represents a context that can provide reflection objects.
Definition at line 5 of file ReflectionContext.cs.
|
protected |
Initializes a new instance of the T:System.Reflection.ReflectionContext class.
Definition at line 9 of file ReflectionContext.cs.
|
virtual |
Gets the representation of the type of the specified object in this reflection context.
value | The object to represent. |
Definition at line 29 of file ReflectionContext.cs.
Gets the representation, in this reflection context, of an assembly that is represented by an object from another reflection context.
assembly | The external representation of the assembly to represent in this context. |
Gets the representation, in this reflection context, of a type represented by an object from another reflection context.
type | The external representation of the type to represent in this context. |