ICorDebugManagedCallback::ExitProcess Method

Notifies the debugger that a process has exited.

HRESULT ExitProcess (
    [in] ICorDebugProcess *pProcess
);

Parameters

Remarks

You cannot continue from an ExitProcess event. This event may fire asynchronously to other events while the process appears to be stopped. This can occur if the process terminates while stopped, usually due to some external force.

If the common language runtime (CLR) is already dispatching a managed callback, this event will be delayed until after that callback has returned.

The ExitProcess event is the only exit/unload event that is guaranteed to get called on shutdown.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

ICorDebugManagedCallback Interface