mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-08 08:56:35 +08:00
改写了流程依赖管理,封装为一个工具类,将来计划实现动态增加卸载/更新类库的功能
This commit is contained in:
@@ -89,13 +89,11 @@ namespace Serein.NodeFlow.Env
|
||||
/// </summary>
|
||||
/// <param name="libraryInfo"></param>
|
||||
/// <returns></returns>
|
||||
public static Library.Library ToLibrary(this Library.NodeLibraryInfo libraryInfo)
|
||||
public static NodeLibraryInfo ToLibrary(this Library.NodeLibraryInfo libraryInfo)
|
||||
{
|
||||
//var tmp = library.Assembly.ManifestModule.Name;
|
||||
return new Library.Library
|
||||
return new NodeLibraryInfo
|
||||
{
|
||||
AssemblyName = libraryInfo.AssemblyName,
|
||||
//AssemblyName = library.Assembly.GetName().Name,
|
||||
FileName = libraryInfo.FileName,
|
||||
FilePath = libraryInfo.FilePath,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user