IDkmClrTypeResolver.ResolveMethodName Method

Definition

Resolves a method name belonging to a given class into a DkmClrMethodId.

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodId ResolveMethodName(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType, System::String ^ methodName, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ parameterTypes);
public Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodId ResolveMethodName (Microsoft.VisualStudio.Debugger.Clr.DkmClrType clrType, string methodName, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> parameterTypes);
abstract member ResolveMethodName : Microsoft.VisualStudio.Debugger.Clr.DkmClrType * string * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> -> Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodId
Public Function ResolveMethodName (clrType As DkmClrType, methodName As String, parameterTypes As ReadOnlyCollection(Of DkmClrType)) As DkmClrMethodId

Parameters

clrType
DkmClrType

[In] Represents a managed type.

methodName
String

[In] The name of the method.

parameterTypes
ReadOnlyCollection<DkmClrType>

[In,Optional] Optional array of parameter types.

Returns

[Out] A DkmClrMethodId describing the method.

Applies to