DkmClrAppDomain.GetCorObject Method

Definition

Provides direct access to the ICorDebugAppDomain object, which expression evaluators or other components can use to inspect the app domain.

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::ICorDebugAppDomain ^ GetCorObject();
public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugAppDomain ^ GetCorObject();
Microsoft::VisualStudio::CorDebugInterop::ICorDebugAppDomain GetCorObject();
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugAppDomain GetCorObject ();
member this.GetCorObject : unit -> Microsoft.VisualStudio.CorDebugInterop.ICorDebugAppDomain
Public Function GetCorObject () As ICorDebugAppDomain

Returns

[Out] ICorDebug interface representing an app domain inspection.

Applies to