DkmClrInstructionSymbol.GetManagedCppFunctionParameters(DkmProcess) Method

Definition

Obtains the parameters to the managed C++ function represented by the given function symbol.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

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)

Parameters

Process
DkmProcess

[In] The process we are currently debugging.

Returns

[Out] The parameters to the given function.

Applies to