﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ITypeResolutionService" FullName="System.ComponentModel.Design.ITypeResolutionService"><TypeSignature Language="C#" Maintainer="auto" Value="public interface ITypeResolutionService" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ITypeResolutionService" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.3300.0</AssemblyVersion><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This service is used to load types at design time.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides an interface to retrieve an assembly or type by name.</para></summary></Docs><Members><Member MemberName="GetAssembly"><MemberSignature Language="C#" Value="public System.Reflection.Assembly GetAssembly (System.Reflection.AssemblyName name);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Reflection.Assembly GetAssembly(class System.Reflection.AssemblyName name) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Reflection.Assembly</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.Reflection.AssemblyName" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the requested assembly.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An instance of the requested assembly, or null if no assembly can be located.</para></returns><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the assembly to retrieve. </param></Docs></Member><Member MemberName="GetAssembly"><MemberSignature Language="C#" Value="public System.Reflection.Assembly GetAssembly (System.Reflection.AssemblyName name, bool throwOnError);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Reflection.Assembly GetAssembly(class System.Reflection.AssemblyName name, bool throwOnError) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Reflection.Assembly</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.Reflection.AssemblyName" /><Parameter Name="throwOnError" Type="System.Boolean" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the requested assembly.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An instance of the requested assembly, or null if no assembly can be located.</para></returns><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the assembly to retrieve. </param><param name="throwOnError"><attribution license="cc4" from="Microsoft" modified="false" />true if this method should throw an exception if the assembly cannot be located; otherwise, false, and this method returns null if the assembly cannot be located. </param></Docs></Member><Member MemberName="GetPathOfAssembly"><MemberSignature Language="C#" Value="public string GetPathOfAssembly (System.Reflection.AssemblyName name);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance string GetPathOfAssembly(class System.Reflection.AssemblyName name) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.Reflection.AssemblyName" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the path to the file from which the assembly was loaded.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The path to the file from which the assembly was loaded.</para></returns><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the assembly. </param></Docs></Member><Member MemberName="GetType"><MemberSignature Language="C#" Value="public Type GetType (string name);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Type GetType(string name) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Type</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Loads a type with the specified name.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An instance of <see cref="T:System.Type" /> that corresponds to the specified name, or null if no type can be found.</para></returns><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies. </param></Docs></Member><Member MemberName="GetType"><MemberSignature Language="C#" Value="public Type GetType (string name, bool throwOnError);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Type GetType(string name, bool throwOnError) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Type</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="throwOnError" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If the type cannot be loaded and the <paramref name="throwOnError" /> parameter is true, this will throw an exception.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Loads a type with the specified name.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An instance of <see cref="T:System.Type" /> that corresponds to the specified name, or null if no type can be found.</para></returns><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies. </param><param name="throwOnError"><attribution license="cc4" from="Microsoft" modified="false" />true if this method should throw an exception if the assembly cannot be located; otherwise, false, and this method returns null if the assembly cannot be located. </param></Docs></Member><Member MemberName="GetType"><MemberSignature Language="C#" Value="public Type GetType (string name, bool throwOnError, bool ignoreCase);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Type GetType(string name, bool throwOnError, bool ignoreCase) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Type</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="throwOnError" Type="System.Boolean" /><Parameter Name="ignoreCase" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If the type cannot be loaded and the <paramref name="throwOnError" /> parameter is true, this will throw an exception.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Loads a type with the specified name.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An instance of <see cref="T:System.Type" /> that corresponds to the specified name, or null if no type can be found.</para></returns><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies. </param><param name="throwOnError"><attribution license="cc4" from="Microsoft" modified="false" />true if this method should throw an exception if the assembly cannot be located; otherwise, false, and this method returns null if the assembly cannot be located. </param><param name="ignoreCase"><attribution license="cc4" from="Microsoft" modified="false" />true to ignore case when searching for types; otherwise, false. </param></Docs></Member><Member MemberName="ReferenceAssembly"><MemberSignature Language="C#" Value="public void ReferenceAssembly (System.Reflection.AssemblyName name);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ReferenceAssembly(class System.Reflection.AssemblyName name) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.Reflection.AssemblyName" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Once a reference to an assembly has been added to this service, this service can load types from names that do not specify an assembly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds a reference to the specified assembly.</para></summary><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Reflection.AssemblyName" /> that indicates the assembly to reference. </param></Docs></Member></Members></Type>