MethodCallInfo.SelectMethod(IBuilderContext, Type, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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