ReflectionContext Class
Represents a context that can provide reflection objects.
Assembly: mscorlib (in mscorlib.dll)
System.Reflection::ReflectionContext
System.Reflection.Context::CustomReflectionContext
| Name | Description | |
|---|---|---|
![]() | ReflectionContext() | Initializes a new instance of the ReflectionContext class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetTypeForObject(Object^) | Gets the representation of the type of the specified object in this reflection context. |
![]() | MapAssembly(Assembly^) | Gets the representation, in this reflection context, of an assembly that is represented by an object from another reflection context. |
![]() | MapType(TypeInfo^) | Gets the representation, in this reflection context, of a type represented by an object from another reflection context. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The purpose of this class is to provide a way for reflection code to be made aware when reflection objects originate in a context other than the default reflection context, so that operations on those objects can use that context. For example, reflection objects that originate with a CustomReflectionContext object should be compared only with reflection objects that have the same origin. For more information, see the CustomReflectionContext reference page.
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

