ICorDebugProcess4 Interface

Provides support for out of process execution control.

Methods

Method Description
ProcessStateChanged Notifies the ICorDebug pipeline that the out of process debugger is continuing the debugee's execution.

Remarks

This interface lives inside the runtime and isn't exposed through any headers or library files. However, it's a COM interface that derives from IUnknown with GUID E930C679-78AF-4953-8AB7-B0AABF0F9F80 that can be obtained through the usual COM mechanisms.

Requirements

Platforms: See System Requirements.

Header: None

Library: None

.NET Framework Versions: Available since 2.0

See also