IdeaBlade DevForce 2010 Help Reference
FindGenericMethods Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > TypeFns Class : FindGenericMethods Method



type
methodName
Is case insensitive
flags
genericArgTypes
Finds a collection of generic methods.

Syntax

Visual Basic (Declaration) 
Public Shared Function FindGenericMethods( _
   ByVal type As Type, _
   ByVal methodName As String, _
   ByVal flags As BindingFlags, _
   ByVal genericArgTypes() As Type _
) As IEnumerable(Of MethodInfo)
Visual Basic (Usage)Copy Code
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)
C# 
public static IEnumerable<MethodInfo> FindGenericMethods( 
   Type type,
   string methodName,
   BindingFlags flags,
   Type[] genericArgTypes
)
C++/CLI 
public:
static IEnumerable<MethodInfo^>^ FindGenericMethods( 
   Type^ type,
   String^ methodName,
   BindingFlags flags,
   array<Type^>^ genericArgTypes
) 

Parameters

type
methodName
Is case insensitive
flags
genericArgTypes

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.