以下C#程序(使用cschello.cs构建)仅在控制台上打印HelloviaConsole!并在中打印HelloviaOutputDebugString调试View窗口。但是,我看不到任何一个System.Diagnostics.*调用。这是为什么?usingSystem;usingSystem.Runtime.InteropServices;classHello{[DllImport("kernel32.dll",CharSet=CharSet.Auto)]publicstaticexternvoidOutputDebugString(stringmessage);staticvo