Edit

Share via


ICorDebugAssembly::GetProcess Method

Gets an interface pointer to the process in which this ICorDebugAssembly instance is running.

Syntax

HRESULT GetProcess (
    [out] ICorDebugProcess **ppProcess
);

Parameters

ppProcess [out] A pointer to an ICorDebugProcess interface that represents the process.

Requirements

Platforms: See .NET supported operating systems.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET versions: Available since .NET Framework 1.0