共用方式為


IDiaSession::findInputAssemblyById

依唯一標識符擷取 .NET Native 輸入元件檔。

語法

HRESULT findInputAssemblyById (
    DWORD uniqueId,
    IDiaInputAssemblyFile** ppResult
);

參數

uniqueId

[in]指定要傳回之 .NET Native 輸入元件檔的唯一標識碼。

ppResult

[out]傳回指定的 IDiaInputAssemblyFile 物件。

傳回值

如果成功,則會傳回 S_OK;否則,會傳回錯誤碼。

另請參閱