Partager via


ICorDebug::GetProcess, méthode

Obtient un pointeur vers l'interface ICorDebugProcess pour le processus spécifié.

HRESULT GetProcess (
    [in] DWORD               dwProcessId,
    [out] ICorDebugProcess   **ppProcess
);

Paramètres

  • dwProcessId
    [in] ID du processus.

  • ppProcess
    [out] Pointeur vers l'adresse d'une instance ICorDebugProcess pour le processus spécifié.

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

En-tête : CorDebug.idl, CorDebug,h

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Voir aussi

Référence

ICorDebug, interface