小编use*_*994的帖子

反编译导致错误CS1112,汇编混乱

于是我通过de4dot运行了一个C#大学程序,然后通过reflector反编译,在VS中运行时出现如下错误。

[程序集:System.Runtime.CompilerServices.Extension]

错误 CS1112 不要使用“System.Runtime.CompilerServices.ExtensionAttribute”。请改用“this”关键字。客户端 C:\Users\user\Desktop\333\as2\decom\AssemblyInfo.cs 15 Active

我尝试用 this 和 this() 替换代码,但这只会导致其他问题。有人能解释一下我要用“这个”代替什么吗?我觉得我在这里遗漏了一些明显的东西。

.net c# decompiling .net-assembly compiler-services

2
推荐指数
1
解决办法
4552
查看次数

标签 统计

.net ×1

.net-assembly ×1

c# ×1

compiler-services ×1

decompiling ×1