| Author: Sabu C Alex 25 Jul 2008 | Member Level: Gold | Rating: Points: 3 |
hi friend
see this code
MethodInfo[] mi = Type.GetType("System.String").GetMethods();
this will return all methods in the String class if u pass ur class name there you will get all the methods in ur class
|