ICorDebugMDA::GetXML Method
Gets the full XML stream associated with the managed debugging assistant (MDA) represented by ICorDebugMDA.
Syntax
HRESULT GetXML (
[in] ULONG32 cchName,
[out] ULONG32 *pcchName,
[out, size_is(cchName), length_is(*pcchName)]
WCHAR szName[]
);
Parameters
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: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.