ICorDebugMDA::GetXML Method
Gets the full XML stream associated with this Managed Debugging Assistant (MDA).
HRESULT GetXML (
[in] ULONG32 cchName,
[out] ULONG32 *pcchName,
[out, size_is(cchName), length_is(*pcchName)]
WCHAR szName[]
);
Parameters
Parameter | Description |
---|---|
cchName |
[in] The size of the szName array. |
pcchName |
[out] A pointer to the length of the XML stream. |
szName |
[out] An array in which to store the XML stream. The array may be empty. |
Remarks
The GetXML method can potentially affect performance, depending on the size of the associated XML stream.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0