var methodInfos = typeof(SampleClass).GetMethods (); foreach(var method in methodInfos) { Debug.Log(method.Name); }