mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-11 20:19:24 +08:00
准备修改运行环境中类库的依赖结构
This commit is contained in:
@@ -15,6 +15,8 @@ namespace Serein.NodeFlow.Tool
|
||||
{
|
||||
private Assembly _pluginAssembly;
|
||||
|
||||
public string FullName => _pluginAssembly.FullName;
|
||||
|
||||
/// <summary>
|
||||
/// 加载程序集
|
||||
/// </summary>
|
||||
@@ -35,6 +37,12 @@ namespace Serein.NodeFlow.Tool
|
||||
return null; // 保持默认加载行为
|
||||
}
|
||||
|
||||
|
||||
public List<Type> LoadFlowTypes()
|
||||
{
|
||||
return _pluginAssembly.GetTypes().ToList();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 是否对程序集的引用
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user