次の方法で共有


IDiaSession::findInputAssemblyFile

指定したシンボルの親である.NET ネイティブ入力アセンブリ ファイルを取得します。

構文

HRESULT findInputAssemblyFile ( 
    IDiaSymbol* pSymbol,
    IDiaInputAssemblyFile** ppResult
);

パラメーター

pSymbol

[in]目的の入力アセンブリの子である IDiaSymbol

ppResult

[out]指定したシンボルの元の .NET アセンブリであった IDiaInputAssemblyFile オブジェクトを返します。

戻り値

成功した場合は、S_OK を返します。それ以外の場合は、エラー コードを返します。

関連項目