DkmClrInstructionSymbol.GetManagedCppMethodScope Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Dışı Verilen yönerge sembolünün en içteki etkin kapsamı.