2010-06-09 54 views

回答

61

優惠參考當前過程,並使用System.DiagnosticsProcess.Id屬性:使用System.Diagnostics程序

int nProcessID = Process.GetCurrentProcess().Id; 
+2

;或System.Diagnostics.Process.GetCurrentProcess()。Id;我總是保護自己,並假設當前或未來的政策規定將限制這種呼叫,因爲它訪問過程域時處於某種鎖定或限制模式。 – 2016-07-31 14:29:48

+0

鑑於描述,是否可以獲得進程ID? – Juran 2017-08-10 05:24:47

7
Process.GetCurrentProcess().Id