ICorDebugMDA::GetDescription Method
Gets a string containing the description of the managed debugging assistant (MDA) represented by ICorDebugMDA.
Syntax
HRESULT GetDescription (
[in] ULONG32 cchName,
[out] ULONG32 *pcchName,
[out, size_is(cchName), length_is(*pcchName)]
WCHAR szName[]
);
Parameters
cchName
[in] The size of the string buffer that will store the description.
pcchName
[out] A pointer to the number of bytes returned in the string buffer.
szName
[out] A string buffer containing the description of the MDA.
Remarks
The string can be zero in length.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.