关于[Puresharp Reflection API .NET 4.0+ for safer Reflection usage]的摘要:
Reflection API is very powerfull. It provide a way to analyse code at runtime and offer a lots of features to increase productivity by suppress a lot of boilerplate code. In another hand, Reflection API can introduce a lot of exceptions at runtime and can make an application very difficult to evolve.
原文地址: https://www.codeproject.com/Tips/1190365/Puresharp-Reflection-API-NET-plus-for-safer-Reflec