IDiaSymbol::findInputAssemblyFile
擷取 .NET Native 輸入元件檔,該檔案是符號的父系。
語法
HRESULT findInputAssemblyFile(
[out] IDiaInputAssemblyFile** ppResult);
參數
ppResult
[out]會傳 回 IDiaInputAssemblyFile』。
傳回值
如果成功,則會傳回 S_OK
;否則,會傳回 S_FALSE
或錯誤碼。
注意
的 S_FALSE
傳回值表示符號不是來自 .NET 原生輸入元件。