Exemplo n.º 1
0
    private void Start()
    {
        var allProcess = ProcessTools.ListAllAppliction();

        foreach (var item in allProcess)
        {
            Debug.Log(item);
        }
        Debug.Log("当前进程数" + allProcess.Length);
    }