根据类名获取Type
有用到一个方法参数是Type type,这里知道类名,找了两个方法
方法一(已测试):
typeof(ClassName);
方法二(未测试):
System.Reflection.Assembly.Load("程序集名称").GetType("FullClassName");
转载:https://blog.csdn.net/qq_26444231/article/details/118911576
标签:c#,方法,获取,测试,Type,类名 From: https://www.cnblogs.com/fangxinliu/p/17015178.html