現在のファイルのシンボル リーダーのインターフェイスを取得します。
Function GetReader( _
ByVal importer As Integer, _ ByVal filename As String, _ ByVal searchPath As String _) As ISymbolReader
[C#]
ISymbolReader GetReader(
intimporter,stringfilename,stringsearchPath);
[C++]
ISymbolReader* GetReader(
intimporter,String* filename,String* searchPath);
[JScript]
function GetReader(
importer : int,filename : String,searchPath : String) : ISymbolReader;
パラメータ
- importer
メタデータ インポート インターフェイス。 - filename
リーダー インターフェイスが必要なファイルの名前。 - searchPath
シンボル ファイルを見つける場合に使用する検索パス。
戻り値
デバッグ シンボルを読み取る ISymbolReader インターフェイス。
解説
メタデータ インターフェイス、ファイル名、および検索パスを指定すると、該当するモジュールに関連付けられたデバッグ シンボルを読み取る ISymbolReader インターフェイスが GetReader メソッドから返されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ISymbolBinder インターフェイス | ISymbolBinder メンバ | System.Diagnostics.SymbolStore 名前空間