DkmClrRuntimeInstance.GetCorProcess Method

Definition

Provides direct access to the ICorDebugProcess object, which expression evaluators or other components can use for inspection.

The returned interface may ONLY be used to inspect the target process, and should NEVER be used to control execution (no stepping, no breakpoints, no continue, etc). Doing so is unsupported and will result in undefined behavior.

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugProcess ^ GetCorProcess();
public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugProcess ^ GetCorProcess();
Microsoft::VisualStudio::CorDebugInterop::ICorDebugProcess GetCorProcess();
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugProcess GetCorProcess ();
member this.GetCorProcess : unit -> Microsoft.VisualStudio.CorDebugInterop.ICorDebugProcess
Public Function GetCorProcess () As ICorDebugProcess

Returns

[Out] ICorDebug interface representing a process.

Applies to