ICorDebugSymbolProvider::GetMergedAssemblyRecords 方法

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

語法

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

參數

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

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

pRecords
ICorDebugMergedAssemblyRecord 物件陣列的指標。

備註

注意

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

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 4.6 起提供,.NET Native

另請參閱