문제

Is there a way to get the count of excel objects created in system(taskmanager)? I want to get the count using C# code,I`m using C# version 2.0.

Please help.

Thanks in advance.

도움이 되었습니까?

해결책

Using System.Diagnostic.Process.GetProcessesByName:

System.Diagnostics.Process.GetProcessesByName("EXCEL").Length;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top