反射先了解 一:system.Type 獲取基本信息: Type.Name //類名 Type.FullName //完整路徑 Type.Namespace //空間名 public class student { public int Id { set; get; }