Example #1
0
        static void Main(string[] args)
        {
            Student stud = new Student();

            Reflector.WriteInFile(stud.GetType());
            Reflector.GetMethodByParam(stud.GetType(), "System.Int32");
            Reflector.CallMethod(stud, "Spis");
        }