DkmClrInstructionSymbol.GetManagedCppFunctionParameters(DkmProcess) Yöntem

Tanım

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

ReadOnlyCollection<DkmMCppILLocalVariableSymbol>

Dışı Verilen işlevin parametreleri.

Şunlara uygulanır