Share via


MethodCallInfo.SelectMethod(IBuilderContext, Type, String) Method

Definition

public:
 virtual System::Reflection::MethodInfo ^ SelectMethod(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ type, System::String ^ id);
public System.Reflection.MethodInfo SelectMethod (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type type, string id);
abstract member SelectMethod : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.MethodInfo
override this.SelectMethod : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.MethodInfo
Public Function SelectMethod (context As IBuilderContext, type As Type, id As String) As MethodInfo

Parameters

context
IBuilderContext
type
Type
id
String

Returns

Implements

Applies to