﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ISymbolBinder" FullName="System.Diagnostics.SymbolStore.ISymbolBinder"><TypeSignature Maintainer="auto" Language="C#" Value="public interface ISymbolBinder" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ISymbolBinder" /><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" /><block subset="none" type="note"><para>This interface is the managed counterpart of the <unmanagedCodeEntityReference>ISymUnmanagedBinder</unmanagedCodeEntityReference> interface, which is one of the unmanaged symbol store interfaces that provide an alternate way to read and write debug symbol information.</para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a symbol binder for managed code.</para></summary></Docs><Members><Member MemberName="GetReader"><MemberSignature Language="C#" Value="public System.Diagnostics.SymbolStore.ISymbolReader GetReader (int importer, string filename, string searchPath);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Diagnostics.SymbolStore.ISymbolReader GetReader(int32 importer, string filename, string searchPath) 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><Attributes><Attribute><AttributeName>System.Obsolete("This interface is not 64-bit clean.  Use ISymbolBinder1 instead")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Diagnostics.SymbolStore.ISymbolReader</ReturnType></ReturnValue><Parameters><Parameter Name="importer" Type="System.Int32" /><Parameter Name="filename" Type="System.String" /><Parameter Name="searchPath" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When given a metadata interface, a file name, and a search path, the <see cref="M:System.Diagnostics.SymbolStore.ISymbolBinder.GetReader(System.Int32,System.String,System.String)" /> method returns the <see cref="T:System.Diagnostics.SymbolStore.ISymbolReader" /> interface that reads the debugging symbols associated with the module.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the interface of the symbol reader for the current file.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Diagnostics.SymbolStore.ISymbolReader" /> interface that reads the debugging symbols.</para></returns><param name="importer"><attribution license="cc4" from="Microsoft" modified="false" />The metadata import interface. </param><param name="filename"><attribution license="cc4" from="Microsoft" modified="false" />The name of the file for which the reader interface is required. </param><param name="searchPath"><attribution license="cc4" from="Microsoft" modified="false" />The search path used to locate the symbol file. </param></Docs></Member></Members></Type>