Beispiel #1
0
 /// <summary>
 /// 启动(获取满足规则DLL的类型启动)。
 /// </summary>
 /// <param name="pattern">DLL文件过滤规则。<see cref="AssemblyFinder.Find(string)"/></param>
 public XStartup(string pattern) : this(AssemblyFinder.Find(pattern))
 {
 }
Beispiel #2
0
 /// <summary>
 /// 启动(获取所有DLL的类型启动)<see cref="AssemblyFinder.FindAll()"/>。
 /// </summary>
 public XStartup() : this(AssemblyFinder.FindAll())
 {
 }