学习与积累
让程序装载指定的程序集
Assembly.Load(path).CreateInstance(classpath);
path是项目名,如:"Component",
classpath是命名空间,如:"Soft.GETLS.Component.kml.LineCableKmlWriter"