反射代码段

return (IMessage)Assembly.Load(path).CreateInstance(className);
原文地址:https://www.cnblogs.com/RobotTech/p/1066645.html