ICorDebugMDA::GetDescription 方法

取得字串,其中包含由 ICorDebugMDA 表示的受控偵錯助理 (MDA) 描述。

語法

HRESULT GetDescription (  
    [in] ULONG32   cchName,  
    [out] ULONG32  *pcchName,  
    [out, size_is(cchName), length_is(*pcchName)]  
        WCHAR      szName[]  
);  

參數

cchName
[in] 將儲存描述的字串緩衝區大小。

pcchName
[out] 字串緩衝區中傳回的位元組數目指標。

szName
[out] 包含 MDA 描述的字串緩衝區。

備註

字串長度可為零。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 2.0 起可用

另請參閱