ICorDebugAppDomain Interface
Provides methods for debugging application domains.
Methods
Method |
Description |
---|---|
Attaches the debugger to the application domain. |
|
Gets an enumerator for the assemblies in the application domain. |
|
Gets an enumerator for all active breakpoints in the application domain. |
|
Gets an enumerator for all active steppers in the application domain. |
|
Gets the unique ID of the application domain. |
|
Gets the ICorDebugModule object with the given metadata interface. |
|
Gets the name of the application domain. |
|
Not implemented. |
|
Gets the process containing the application domain. |
|
Determines whether the debugger is attached to the application domain. |
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, 1.1, 1.0