문제

I am not sure if XSP2 is using mono or .NET in my Windows box. How can I be sure?

도움이 되었습니까?

해결책

If you see xsp2.exe in Windows Task Manager, probably it runs on .NET. For mono hosted applications, the process should be mono.exe

다른 팁

If you are launching it via "xsp2.bat" or "mono xsp2.exe" or the right click menu the Mono installer added, it is using Mono. If you are launching it via "xsp2.exe" or double clicking it, it is using .Net.

There are several utilites to see the DLLs that a process is ruuning. Perhaps this one from systernals will help.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top