.net反编译dll生成许多有关对编译器生成的字段的引用的问题?

时间:2019-11-28 12:08:58

标签: .net dll decompiling dotpeek

我正在尝试使用dotpeek反编译.net dll,但是我得到了很多代码,如下所示:

// ISSUE: reference to a compiler-generated field
  if (ApplicationController.\u003C\u003Eo__7.\u003C\u003Ep__0 == null)
  {
    // ISSUE: reference to a compiler-generated field
    ApplicationController.\u003C\u003Eo__7.\u003C\u003Ep__0 = CallSite<Func<CallSite, object, string, object>>.Create(Binder.SetMember(CSharpBinderFlags.None, "Tab", typeof (ApplicationController), (IEnumerable<CSharpArgumentInfo>) new CSharpArgumentInfo[2]
    {
      CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.None, (string) null),
      CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.UseCompileTimeType, (string) null)
    }));
  }

如何获取原始代码?

0 个答案:

没有答案