249045439
网站设计

网站制作中,.NET程序设计时判断实行状况

发表日期:2024-02-05   作者来源:www.wanbanwang.com   浏览:0   标签:网站制作    
public static bool IsAlreayRunning() { string currentProcessName = Process.GetCurrentProcess().ProcessName; Process[] processNamesCoolection = Process.GetProcessesByName(currentProcessName); if (processNamesCoolection.Length > 1) { return true; } else { return false; }

}

文章标题网站制作中,.NET程序设计时判断实行状况

如没特殊注明,文章均为登烈建站 原创,转载请注明来自http://www.nousuan.com/news/sheji/3/7883.html