首页 > 解决方案 > 调试后从 xmlfile 更改 dll 上的常量值

问题描述

我有类 dll 文件的代码,它有常量我可以在调试这个 dll 后从 xmlfile 绕过这个常量吗,主要点这个 dll 使用了另一个软件,所以当软件使用 tis dll 常量时我需要根据 xmfile 内容进行更改。

在此处输入图像描述

public class UserInterfaceDefinitions
{
    public const string Plugin4 = ValidationConstants.Plugin4_text;
}

`

标签: c#classtemplatesconstantst4

解决方案


推荐阅读