Share via


ICorDebugMDA Interface

Represents a managed debugging assistant (MDA) message.

Methods

Method

Description

ICorDebugMDA::GetDescription Method

Gets a string containing a description of this MDA.

ICorDebugMDA::GetFlags Method

Gets the flags associated with this MDA.

ICorDebugMDA::GetName Method

Gets a string containing the name of this MDA.

ICorDebugMDA::GetOSThreadId Method

Gets the operating system thread identifier upon which this MDA is executing.

ICorDebugMDA::GetXML Method

Gets the full XML stream associated with this MDA.

Remarks

Note

This interface does not support being called remotely, either cross-machine or cross-process.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Concepts

Diagnosing Errors with Managed Debugging Assistants

Other Resources

Debugging Interfaces