{"id":508,"date":"2011-01-06T19:45:06","date_gmt":"2011-01-06T19:45:06","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=508"},"modified":"2022-02-17T06:24:04","modified_gmt":"2022-02-17T06:24:04","slug":"other-system-applications","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/application-control\/other-system-applications","title":{"rendered":"Other System Applications"},"content":{"rendered":"<h4>Other Applications \/ Processes Running<\/h4>\n<p>This is a C# example of finding all processes that are running with something particular in their name (include System.Diagnostics namespace):-<\/p>\n<pre><code>\r\n\tvar Processses = from p in Process.GetProcesses() where p.ProcessName.Contains(\"x\") select p;\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Other Applications \/ Processes Running This is a C# example of finding all processes that are running with something particular in their name (include System.Diagnostics namespace):- var Processses = from p in Process.GetProcesses() where p.ProcessName.Contains(&#8220;x&#8221;) select p;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-508","post","type-post","status-publish","format-standard","hentry","category-application-control"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/508","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=508"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/508\/revisions"}],"predecessor-version":[{"id":1067,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/508\/revisions\/1067"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=508"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=508"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=508"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}