共用方式為


ICorDebugSymbolProvider::GetMergedAssemblyRecords 方法

取得所有合併組件的符號記錄。

語法

HRESULT GetMergedAssemblyRecords(
   [in] ULONG32 cRequestedRecords,
   [out] ULONG32 *pcFetchedRecords,
   [out, size_is(cRequestedRecords), length_is(*pcFetchedRecords)] ICorDebugMergedAssemblyRecord *pRecords[]
);

參數

cRequestedRecords [in]要求的符號記錄數目。

pcFetchedRecords [out]方法所擷取之符號記錄數目的指標。

pRecordsICorDebugMergedAssemblyRecord 對象的陣列指標。

備註

注意

這個方法僅適用於 .NET Native。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 僅適用於 4.6、.NET Native

另請參閱