System.Reflection.ReflectionContext Class

Represents a context that can provide reflection objects.

See Also: ReflectionContext Members

Syntax

public abstract class ReflectionContext

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 System.Reflection.Context.CustomReflectionContext object should be compared only with reflection objects that have the same origin. For more information, see the System.Reflection.Context.CustomReflectionContext reference page.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0