DevForce Help Reference
FindGenericMethods Method


Is case insensitive
Finds a collection of generic methods.
Syntax
'Declaration
 
<IteratorStateMachineAttribute(IdeaBlade.Core.Reflection.TypeFns+d__35)> 
Public Shared Function FindGenericMethods( _ 
   ByVal type As Type, _ 
   ByVal methodName As String, _ 
   ByVal flags As BindingFlags, _ 
   ByVal genericArgTypes() As Type _ 
) As IEnumerable(Of MethodInfo)
'Usage
 
Dim type As Type
Dim methodName As String
Dim flags As BindingFlags
Dim genericArgTypes() As Type
Dim value As IEnumerable(Of MethodInfo)
 
value = TypeFns.FindGenericMethods(type, methodName, flags, genericArgTypes)
[IteratorStateMachine(IdeaBlade.Core.Reflection.TypeFns+d__35)] 
public static IEnumerable<MethodInfo> FindGenericMethods( 
   Type type, 
   string methodName, 
   BindingFlags flags, 
   Type[] genericArgTypes 
)

Parameters

type
methodName
Is case insensitive
flags
genericArgTypes
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TypeFns Class
TypeFns Members

Send Feedback