ICorDebugMDA::GetDescription 方法
取得字串,其中包含ICorDebugMDA所 表示之Managed偵錯助理 (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 起提供