【发布时间】:2016-12-09 12:14:04
【问题描述】:
在我的 UWP 项目中,我有一个依赖于 IL 指令的库,例如 override。
.method public virtual instance void Method1(string s, object o) {
.override ClassA::Method2
// code
}
此 IL 指令在 debug 中有效,但在我在 release 中编译时失败。
【问题讨论】:
标签: .net uwp .net-native