﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IRemotingTypeInfo" FullName="System.Runtime.Remoting.IRemotingTypeInfo"><TypeSignature Maintainer="auto" Language="C#" Value="public interface IRemotingTypeInfo" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IRemotingTypeInfo" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><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 /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this interface to provide custom type information that is carried along with the <see cref="T:System.Runtime.Remoting.ObjRef" /> objects.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides type information for an object.</para></summary></Docs><Members><Member MemberName="CanCastTo"><MemberSignature Language="C#" Value="public bool CanCastTo (Type fromType, object o);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool CanCastTo(class System.Type fromType, object o) 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.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="fromType" Type="System.Type" /><Parameter Name="o" Type="System.Object" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The current method is called when an attempt is made to cast a proxy generated from a <see cref="T:System.Runtime.Remoting.ObjRef" />. This method takes into account the type information carried in the <see cref="T:System.Runtime.Remoting.ObjRef" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Checks whether the proxy that represents the specified object type can be cast to the type represented by the <see cref="T:System.Runtime.Remoting.IRemotingTypeInfo" /> interface.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if cast will succeed; otherwise, false.</para></returns><param name="fromType"><attribution license="cc4" from="Microsoft" modified="false" />The type to cast to. </param><param name="o"><attribution license="cc4" from="Microsoft" modified="false" />The object for which to check casting. </param></Docs></Member><Member MemberName="TypeName"><MemberSignature Language="C#" Value="public string TypeName { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string TypeName" /><MemberType>Property</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></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the fully qualified type name of the server object in a <see cref="T:System.Runtime.Remoting.ObjRef" />.</para></summary></Docs></Member></Members></Type>