[Reflectoin] doublons avec GetMethods pour le type Char
doublons avec GetMethods pour le type Char [Reflectoin] - C#/.NET managed - Programmation
MarshPosté le 30-11-2005 à 17:22:42
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);
Marsh Posté le 30-11-2005 à 17:22:42
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);