Share via


ICorDebug::EnumerateProcesses Method

Gets an enumerator for the processes that are being debugged.

HRESULT EnumerateProcesses (
    [out] ICorDebugProcessEnum      **ppProcess
);

Parameters

  • ppProcess
    A pointer to the address of an ICorDebugProcessEnum object that is the enumerator for the processes being debugged.

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

Concepts

ICorDebug Interface