DkmClrInstructionAddress.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.

Konum kısıtlaması: API 'nin bir Izleyici bileşeninden çağrılması gerekir (bileşen düzeyi < 100.000).

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

Döndürülenler

ICorDebugFunction

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

Şunlara uygulanır