IDkmClrRuntimeDebugMonitorDirect.GetCorThread Yöntem

Tanım

ICorDebugThread nesnesine doğrudan erişim sağlar, bu ifade değerlendiricileri veya başka bileşenlerin uygulama etki alanını denetlemek için kullanabilir.

Döndürülen arabirim yalnızca hedef işlemi incelemek için kullanılabilir ve yürütmeyi denetlemek için asla kullanılmamalıdır (adım yok, kesme noktası yok, devam et, vb.). Bunun yapılması desteklenmez ve tanımsız davranışa neden olur.

public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugThread ^ GetCorThread(Microsoft::VisualStudio::Debugger::Clr::DkmClrRuntimeInstance ^ clrRuntimeInstance, Microsoft::VisualStudio::Debugger::DkmThread ^ thread);
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread GetCorThread (Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance clrRuntimeInstance, Microsoft.VisualStudio.Debugger.DkmThread thread);
abstract member GetCorThread : Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance * Microsoft.VisualStudio.Debugger.DkmThread -> Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread
Public Function GetCorThread (clrRuntimeInstance As DkmClrRuntimeInstance, thread As DkmThread) As ICorDebugThread

Parametreler

clrRuntimeInstance
DkmClrRuntimeInstance

'Ndaki Hedef işlemde çalışan bir CLR örneğini temsil eder.

thread
DkmThread

'Ndaki CorDebug iş parçacığına eşlenmesi gereken DkmThread nesnesi.

Döndürülenler

ICorDebugThread

Dışı Uygulama etki alanı incelemesini temsil eden ICorDebug arabirimi.

Şunlara uygulanır