准备修改运行环境中类库的依赖结构

This commit is contained in:
fengjiayi
2024-11-03 18:28:16 +08:00
parent d646c4e820
commit a76091092d
15 changed files with 264 additions and 162 deletions

View File

@@ -12,9 +12,9 @@ namespace Serein.Library
public class MethodDetailsInfo
{
/// <summary>
/// 属于哪个DLL文件
/// 属于哪个程序集
/// </summary>
public string LibraryName { get; set; }
public string AssemblyName { get; set; }
/// <summary>
/// 方法名称