| 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
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