ICorDebugThread.GetAppDomain(ICorDebugAppDomain) Method

Definition

public:
 int GetAppDomain([Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugAppDomain ^ % ppAppDomain);
public int GetAppDomain (out Microsoft.VisualStudio.CorDebugInterop.ICorDebugAppDomain ppAppDomain);
abstract member GetAppDomain : ICorDebugAppDomain -> int
Public Function GetAppDomain (ByRef ppAppDomain As ICorDebugAppDomain) As Integer

Parameters

ppAppDomain
ICorDebugAppDomain

Returns

Returns Int32.

Applies to