ComponentOne FlexReport for WinForms
GetMethod Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : GetMethod Method
Syntax
'Declaration
 
Public Shared Function GetMethod( _
   ByVal type As System.Type, _
   ByVal name As System.String, _
   ByVal bindingFlags As System.Reflection.BindingFlags, _
   ByVal paramTypes() As System.Type _
) As System.Reflection.MethodInfo
public static System.Reflection.MethodInfo GetMethod( 
   System.Type type,
   System.string name,
   System.Reflection.BindingFlags bindingFlags,
   System.Type[] paramTypes
)

Parameters

type
name
bindingFlags
paramTypes
See Also

Reference

Utils Class
Utils Members