IDkmClrRuntimeDebugMonitorDirect.GetCorFunction Yöntem

Tanım

ICorDebugFunction 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::ICorDebugFunction ^ GetCorFunction(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ clrAddress);
public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ GetCorFunction(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ clrAddress);
Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction GetCorFunction(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress const & clrAddress);
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction GetCorFunction (Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress clrAddress);
abstract member GetCorFunction : Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress -> Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction
Public Function GetCorFunction (clrAddress As DkmClrInstructionAddress) As ICorDebugFunction

Parametreler

clrAddress
DkmClrInstructionAddress

'Ndaki Dkmclrkomutctionaddress, Yönetilen koddaki adresler için kullanılır.

Döndürülenler

ICorDebugFunction

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

Şunlara uygulanır