COR_PUB_ENUMPROCESS Enumeration

Specifies constants that identify the type of process to be enumerated.

typedef enum {
    COR_PUB_MANAGEDONLY    = 0x00000001
} COR_PUB_ENUMPROCESS;

Members

Member name

Description

COR_PUB_MANAGEDONLY

The process is managed.

Remarks

The current version of the unmanaged debugging API enumerates only managed processes.

Requirements

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

Header: CorPub.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

Debugging Enumerations