DkmClrInstructionSymbol.GetManagedCppMethodScope Yöntem

Tanım

Verilen yönerge simgesiyle belirtilen konumun en içteki etkin kapsamı ile ilgili sembol bilgilerini döndürür ve bu, yönetilen C++ ile derlendiğine varsayılır.

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

Bu API, Visual Studio 14 güncelleştirme 1 ' de (DkmApiVersion. VS14Update1) tanıtılmıştı.

public:
 Microsoft::VisualStudio::Debugger::Clr::Cpp::DkmMCppMethodScope ^ GetManagedCppMethodScope(Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppInspectionSession ^ InspectionSession);
public Microsoft.VisualStudio.Debugger.Clr.Cpp.DkmMCppMethodScope GetManagedCppMethodScope (Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppInspectionSession InspectionSession);
member this.GetManagedCppMethodScope : Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppInspectionSession -> Microsoft.VisualStudio.Debugger.Clr.Cpp.DkmMCppMethodScope
Public Function GetManagedCppMethodScope (InspectionSession As DkmNativeCppInspectionSession) As DkmMCppMethodScope

Parametreler

InspectionSession
DkmNativeCppInspectionSession

'Ndaki Gerekirse yerel C++ türlerinin oluşturulması için kullanılacak İnceleme oturumu.

Döndürülenler

DkmMCppMethodScope

Dışı Verilen yönerge sembolünün en içteki etkin kapsamı.

Şunlara uygulanır