protected void ProcessType(Type type) { ClassDef def = ClassDef.FromType(type, this); AssemblyDef.AddClassDef(def); }