Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.4 KB

icorpublish-interface.md

File metadata and controls

43 lines (33 loc) · 1.4 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorPublish Interface
ICorPublish Interface
03/30/2017
ICorPublish
mscordbi.dll
COM
ICorPublish
ICorPublish interface [.NET Framework debugging]
87c4fcb2-7703-4a2e-afb6-42973381b960
apiref

ICorPublish Interface

Serves as the general interface for publishing information about processes and information about the application domains in those processes.

Methods

Method Description
EnumProcesses Method Gets an ICorPublishProcessEnum instance that contains the managed processes running on this computer.
GetProcess Method Gets an ICorPublishProcess instance that represents the process with the specified identifier.

Requirements

Platforms: See System Requirements.

Header: CorPub.idl, CorPub.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also