共用方式為


ICorDebugMDA::GetDescription 方法

取得字串,其中包含 ICorDebugMDA 所代表的受控偵錯小幫手 (MDA) 描述。

語法

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

參數

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

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

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

備註

字串的長度可以為零。

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 自 .NET Framework 2.0 起提供

另請參閱