﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ReflectionContext" FullName="System.Reflection.ReflectionContext"><TypeSignature Language="C#" Value="public abstract class ReflectionContext" /><TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit ReflectionContext extends System.Object" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="T:System.Reflection.Context.CustomReflectionContext" /> object should be compared only with reflection objects that have the same origin. For more information, see the <see cref="T:System.Reflection.Context.CustomReflectionContext" /> reference page.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a context that can provide reflection objects.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected ReflectionContext ();" /><MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Reflection.ReflectionContext" /> class.</para></summary></Docs></Member><Member MemberName="GetTypeForObject"><MemberSignature Language="C#" Value="public virtual System.Reflection.TypeInfo GetTypeForObject (object value);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Reflection.TypeInfo GetTypeForObject(object value) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Reflection.TypeInfo</ReturnType></ReturnValue><Parameters><Parameter Name="value" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the representation of the type of the specified object in this reflection context.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An object that represents the type of the specified object.</para></returns><param name="value"><attribution license="cc4" from="Microsoft" modified="false" />The object to represent.</param></Docs></Member><Member MemberName="MapAssembly"><MemberSignature Language="C#" Value="public abstract System.Reflection.Assembly MapAssembly (System.Reflection.Assembly assembly);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Reflection.Assembly MapAssembly(class System.Reflection.Assembly assembly) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Reflection.Assembly</ReturnType></ReturnValue><Parameters><Parameter Name="assembly" Type="System.Reflection.Assembly" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the representation, in this reflection context, of an assembly that is represented by an object from another reflection context.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The representation of the assembly in this reflection context.</para></returns><param name="assembly"><attribution license="cc4" from="Microsoft" modified="false" />The external representation of the assembly to represent in this context.</param></Docs></Member><Member MemberName="MapType"><MemberSignature Language="C#" Value="public abstract System.Reflection.TypeInfo MapType (System.Reflection.TypeInfo type);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Reflection.TypeInfo MapType(class System.Reflection.TypeInfo type) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Reflection.TypeInfo</ReturnType></ReturnValue><Parameters><Parameter Name="type" Type="System.Reflection.TypeInfo" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the representation, in this reflection context, of a type represented by an object from another reflection context.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The representation of the type in this reflection context..</para></returns><param name="type"><attribution license="cc4" from="Microsoft" modified="false" />The external representation of the type to represent in this context.</param></Docs></Member></Members></Type>