我正在尝试使用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)
}));
}
如何获取原始代码?