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.
如何检查我的应用程序是否已使用单声道 (mono MyProgram.exe) 启动,或者是否已与使用 mkbundle 或类似工具嵌入的单声道运行时捆绑在一起?
IsBundled = (typeof(int).Assembly.Location == "mscorlib.dll");