我正在编写一个应用程序,我必须使用System.Diagnostics命名空间使用Process.Start api.我正在使用具有mono-2.10的月光库.但是我收到了这个错误
"无法找到类型或命名空间名称`Process'.您是否缺少using指令或程序集引用?"
我想知道是在月光构建中mscorlib.dll程序集中缺少System.Diagnostics命名空间吗?
c# mono system.diagnostics moonlight
c# ×1
mono ×1
moonlight ×1
system.diagnostics ×1