Quand j'utilise GetMethods avec le Type Char, j'ai un doublon de la méthode ToString(). J'ai aussi ce pb avec d'autres Types.
Quelqu'un sait pourquoi ?
C'est mes BindingFlags qui sont pas bon ?
Le code :
MethodInfo []methz = type.GetMethods(BindingFlags.Public | BindingFlags.Instance);