Loading content, please wait..
首頁 > 網站製作文章 > 檢查執行緒是否有在執行

網站製作文章

檢查執行緒是否有在執行

public static bool IsAlreayRunning() 
    {
        string currentProcessName = Process.GetCurrentProcess().ProcessName;
        Process[] processNamesCoolection = Process.GetProcessesByName(currentProcessName);
        if (processNamesCoolection.Length > 1)
        {
            return true;
        }
        else 
        {
            return false;
        }
    }



關鍵字:檢查執行緒是否有在執行 , 網站製作文章 , 網站設計-台北網站設計公司,