ReflectionContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a context that can provide reflection objects.
public ref class ReflectionContext abstract
public abstract class ReflectionContext
type ReflectionContext = class
Public MustInherit Class ReflectionContext
- Inheritance
-
ReflectionContext
- Derived
Remarks
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.
Constructors
ReflectionContext() |
Initializes a new instance of the ReflectionContext class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
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() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |