SymBinder.GetReader メソッド

定義

現在のファイルのシンボル リーダーのインターフェイスを取得します。

オーバーロード

GetReader(Int32, String, String)
古い.

メタデータ インターフェイスへの指定された 32 ビット整数ポインター、指定されたファイル名、および指定された検索パスを使用して、現在のファイルのシンボル リーダーのインターフェイスを取得します。

GetReader(IntPtr, String, String)

メタデータ インターフェイスへの指定されたポインター、指定されたファイル名、および指定された検索パスを使用して、現在のファイルのシンボル リーダーのインターフェイスを取得します。

GetReader(Int32, String, String)

注意事項

The recommended alternative is SymBinder.GetReader(IntPtr, String). 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

メタデータ インターフェイスへの指定された 32 ビット整数ポインター、指定されたファイル名、および指定された検索パスを使用して、現在のファイルのシンボル リーダーのインターフェイスを取得します。

public:
 override System::Diagnostics::SymbolStore::ISymbolReader ^ GetReader(int importer, System::String ^ filename, System::String ^ searchPath);
public:
 virtual System::Diagnostics::SymbolStore::ISymbolReader ^ GetReader(int importer, System::String ^ filename, System::String ^ searchPath);
public override System.Diagnostics.SymbolStore.ISymbolReader GetReader (int importer, string filename, string searchPath);
[System.Obsolete("The recommended alternative is SymBinder.GetReader(IntPtr, String). 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")]
public override System.Diagnostics.SymbolStore.ISymbolReader GetReader (int importer, string filename, string searchPath);
[System.Obsolete("The recommended alternative is SymBinder.GetReader(IntPtr, String). 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")]
public virtual System.Diagnostics.SymbolStore.ISymbolReader GetReader (int importer, string filename, string searchPath);
abstract member GetReader : int * string * string -> System.Diagnostics.SymbolStore.ISymbolReader
override this.GetReader : int * string * string -> System.Diagnostics.SymbolStore.ISymbolReader
[<System.Obsolete("The recommended alternative is SymBinder.GetReader(IntPtr, String). 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")>]
abstract member GetReader : int * string * string -> System.Diagnostics.SymbolStore.ISymbolReader
override this.GetReader : int * string * string -> System.Diagnostics.SymbolStore.ISymbolReader
Public Overrides Function GetReader (importer As Integer, filename As String, searchPath As String) As ISymbolReader
Public Overridable Function GetReader (importer As Integer, filename As String, searchPath As String) As ISymbolReader

パラメーター

importer
Int32

メタデータ インポート インターフェイスを指す 32 ビット整数。

filename
String

リーダー インターフェイスが必要なファイルの名前。

searchPath
String

シンボル ファイルの検索に使用する検索パス。

戻り値

デバッグ シンボルを読み取るインターフェイス。

実装

属性

注釈

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

注意

ポインターとして 32 ビット整数を使用することはお勧めしません。 代わりに オーバーロードを GetReader 使用してください。

適用対象

GetReader(IntPtr, String, String)

メタデータ インターフェイスへの指定されたポインター、指定されたファイル名、および指定された検索パスを使用して、現在のファイルのシンボル リーダーのインターフェイスを取得します。

public:
 override System::Diagnostics::SymbolStore::ISymbolReader ^ GetReader(IntPtr importer, System::String ^ filename, System::String ^ searchPath);
public:
 virtual System::Diagnostics::SymbolStore::ISymbolReader ^ GetReader(IntPtr importer, System::String ^ filename, System::String ^ searchPath);
public override System.Diagnostics.SymbolStore.ISymbolReader GetReader (IntPtr importer, string filename, string searchPath);
public virtual System.Diagnostics.SymbolStore.ISymbolReader GetReader (IntPtr importer, string filename, string searchPath);
abstract member GetReader : nativeint * string * string -> System.Diagnostics.SymbolStore.ISymbolReader
override this.GetReader : nativeint * string * string -> System.Diagnostics.SymbolStore.ISymbolReader
Public Overrides Function GetReader (importer As IntPtr, filename As String, searchPath As String) As ISymbolReader
Public Overridable Function GetReader (importer As IntPtr, filename As String, searchPath As String) As ISymbolReader

パラメーター

importer
IntPtr

nativeint

メタデータ インポート インターフェイスを指す構造体。

filename
String

リーダー インターフェイスが必要なファイルの名前。

searchPath
String

シンボル ファイルの検索に使用する検索パス。

戻り値

デバッグ シンボルを読み取るインターフェイス。

実装

注釈

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

適用対象