DkmClrInstructionSymbol.GetManagedCppFunctionParameters(DkmProcess) 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 işlev simgesiyle temsil edilen yönetilen C++ işlevine parametreleri edinir.
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:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::Cpp::DkmMCppILLocalVariableSymbol ^> ^ GetManagedCppFunctionParameters(Microsoft::VisualStudio::Debugger::DkmProcess ^ Process);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.Cpp.DkmMCppILLocalVariableSymbol> GetManagedCppFunctionParameters (Microsoft.VisualStudio.Debugger.DkmProcess Process);
member this.GetManagedCppFunctionParameters : Microsoft.VisualStudio.Debugger.DkmProcess -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.Cpp.DkmMCppILLocalVariableSymbol>
Public Function GetManagedCppFunctionParameters (Process As DkmProcess) As ReadOnlyCollection(Of DkmMCppILLocalVariableSymbol)
Parametreler
- Process
- DkmProcess
'Ndaki Şu anda hata ayıkladığınız işlem.
Döndürülenler
Dışı Verilen işlevin parametreleri.