ExportProvider.GetMethodWithArity(Type, String, Int32) 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.
protected System.Reflection.MethodInfo GetMethodWithArity (Type declaringType, string methodName, int arity);
member this.GetMethodWithArity : Type * string * int -> System.Reflection.MethodInfo
Protected Function GetMethodWithArity (declaringType As Type, methodName As String, arity As Integer) As MethodInfo
Parameters
- declaringType
- Type
- methodName
- String
- arity
- Int32