IDkmClrTypeResolver.ResolveMethodName 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将属于给定类的方法名称解析为 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
参数
- clrType
- DkmClrType
中表示托管类型。
- methodName
- String
中方法的名称。
- parameterTypes
- ReadOnlyCollection<DkmClrType>
[In,可选]参数类型的可选数组。
返回
弄描述方法的 DkmClrMethodId。