Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可能可以通过读取进程的内存来做到这一点,但我更愿意以托管方式进行。是否有可能在不控制目标程序集的源代码的情况下以某种方式读取某些变量的值?
您可以使用 System.Reflection 检查元数据以及这些类使用的内存/变量。
不应该存在一种托管的方式来做到这一点。这不也与 OOPS 的目标相矛盾吗?
采用托管方式将意味着使访问说明符无效。