ISymbolBinder.GetReader メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("The recommended alternative is ISymbolBinder1.GetReader. ISymbolBinder1.GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures. http://go.microsoft.com/fwlink/?linkid=14202=14202")> _ Function GetReader ( _ importer As Integer, _ filename As String, _ searchPath As String _ ) As ISymbolReader
Dim instance As ISymbolBinder Dim importer As Integer Dim filename As String Dim searchPath As String Dim returnValue As ISymbolReader returnValue = instance.GetReader(importer, filename, searchPath)
[ObsoleteAttribute("The recommended alternative is ISymbolBinder1.GetReader. ISymbolBinder1.GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures. http://go.microsoft.com/fwlink/?linkid=14202=14202")] ISymbolReader GetReader ( int importer, string filename, string searchPath )
[ObsoleteAttribute(L"The recommended alternative is ISymbolBinder1.GetReader. ISymbolBinder1.GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures. http://go.microsoft.com/fwlink/?linkid=14202=14202")] ISymbolReader^ GetReader ( int importer, String^ filename, String^ searchPath )
/** @attribute ObsoleteAttribute("The recommended alternative is ISymbolBinder1.GetReader. ISymbolBinder1.GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures. http://go.microsoft.com/fwlink/?linkid=14202=14202") */ ISymbolReader GetReader ( int importer, String filename, String searchPath )
ObsoleteAttribute("The recommended alternative is ISymbolBinder1.GetReader. ISymbolBinder1.GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures. http://go.microsoft.com/fwlink/?linkid=14202=14202") function GetReader ( importer : int, filename : String, searchPath : String ) : ISymbolReader
戻り値
デバッグ シンボルを読み取る ISymbolReader インターフェイス。

メタデータ インターフェイス、ファイル名、および検索パスを指定すると、該当するモジュールに関連付けられたデバッグ シンボルを読み取る ISymbolReader インターフェイスが GetReader メソッドから返されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からISymbolBinder.GetReader メソッドを検索する場合は、下記のリンクをクリックしてください。

- ISymbolBinder.GetReader メソッドのページへのリンク