[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / system.diagnostics.process / 4.1.0 / ref / netstandard1.4 / zh-hans / System.Diagnostics.Process.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Diagnostics.Process</name>
5   </assembly>
6   <members>
7     <member name="T:Microsoft.Win32.SafeHandles.SafeProcessHandle">
8       <summary>[SECURITY CRITICAL] 为一个进程句柄提供托管包装。</summary>
9     </member>
10     <member name="M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean)">
11       <summary>[SECURITY CRITICAL] 初始化的新实例<see cref="T:Microsoft.Win32.SafeHandles.SafeProcessHandle" />从,该值指示是否在终结阶段释放该句柄指定的句柄的类。</summary>
12       <param name="existingHandle">要包装的句柄。</param>
13       <param name="ownsHandle">true若要可靠地让<see cref="T:Microsoft.Win32.SafeHandles.SafeProcessHandle" />在终结阶段 ; 释放该句柄否则为false。</param>
14     </member>
15     <member name="P:Microsoft.Win32.SafeHandles.SafeProcessHandle.IsInvalid"></member>
16     <member name="T:System.Diagnostics.DataReceivedEventArgs">
17       <summary>为 <see cref="E:System.Diagnostics.Process.OutputDataReceived" /> 和 <see cref="E:System.Diagnostics.Process.ErrorDataReceived" /> 事件提供数据。</summary>
18       <filterpriority>2</filterpriority>
19     </member>
20     <member name="P:System.Diagnostics.DataReceivedEventArgs.Data">
21       <summary>获取写入到重定向 <see cref="T:System.Diagnostics.Process" /> 输出流的字符行。</summary>
22       <returns>由关联的 <see cref="T:System.Diagnostics.Process" /> 写入到其重定向 <see cref="P:System.Diagnostics.Process.StandardOutput" /> 或 <see cref="P:System.Diagnostics.Process.StandardError" /> 流中的行。</returns>
23       <filterpriority>2</filterpriority>
24     </member>
25     <member name="T:System.Diagnostics.DataReceivedEventHandler">
26       <summary>表示将要处理 <see cref="T:System.Diagnostics.Process" /> 的 <see cref="E:System.Diagnostics.Process.OutputDataReceived" /> 事件或 <see cref="E:System.Diagnostics.Process.ErrorDataReceived" /> 事件的方法。</summary>
27       <param name="sender">事件源。</param>
28       <param name="e">包含事件数据的 <see cref="T:System.Diagnostics.DataReceivedEventArgs" />。 </param>
29       <filterpriority>2</filterpriority>
30     </member>
31     <member name="T:System.Diagnostics.Process">
32       <summary>提供对本地和远程进程的访问权限并使你能够启动和停止本地系统进程。若要浏览此类型的 .NET Framework 源代码,请参阅引用源。</summary>
33       <filterpriority>1</filterpriority>
34     </member>
35     <member name="M:System.Diagnostics.Process.#ctor">
36       <summary>初始化 <see cref="T:System.Diagnostics.Process" /> 类的新实例。</summary>
37     </member>
38     <member name="P:System.Diagnostics.Process.BasePriority">
39       <summary>获取关联进程的基本优先级。</summary>
40       <returns>基本优先级别,它从关联进程的 <see cref="P:System.Diagnostics.Process.PriorityClass" /> 计算。</returns>
41       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property to false to access this property on Windows 98 and Windows Me.</exception>
42       <exception cref="T:System.InvalidOperationException">The process has exited.-or- The process has not started, so there is no process ID. </exception>
43       <filterpriority>2</filterpriority>
44     </member>
45     <member name="M:System.Diagnostics.Process.BeginErrorReadLine">
46       <summary>在应用程序的重定向 <see cref="P:System.Diagnostics.Process.StandardError" /> 流上开始进行异步读取操作。</summary>
47       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError" /> property is false.- or - An asynchronous read operation is already in progress on the <see cref="P:System.Diagnostics.Process.StandardError" /> stream.- or - The <see cref="P:System.Diagnostics.Process.StandardError" /> stream has been used by a synchronous read operation. </exception>
48       <filterpriority>2</filterpriority>
49     </member>
50     <member name="M:System.Diagnostics.Process.BeginOutputReadLine">
51       <summary>在应用程序的重定向 <see cref="P:System.Diagnostics.Process.StandardOutput" /> 流上开始进行异步读取操作。</summary>
52       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput" /> property is false.- or - An asynchronous read operation is already in progress on the <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream.- or - The <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream has been used by a synchronous read operation. </exception>
53       <filterpriority>2</filterpriority>
54     </member>
55     <member name="M:System.Diagnostics.Process.CancelErrorRead">
56       <summary>取消在应用程序的重定向 <see cref="P:System.Diagnostics.Process.StandardError" /> 流上执行的异步读取操作。</summary>
57       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardError" /> stream is not enabled for asynchronous read operations. </exception>
58       <filterpriority>2</filterpriority>
59     </member>
60     <member name="M:System.Diagnostics.Process.CancelOutputRead">
61       <summary>取消在应用程序的重定向 <see cref="P:System.Diagnostics.Process.StandardOutput" /> 流上执行的异步读取操作。</summary>
62       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream is not enabled for asynchronous read operations. </exception>
63       <filterpriority>2</filterpriority>
64     </member>
65     <member name="M:System.Diagnostics.Process.Dispose"></member>
66     <member name="M:System.Diagnostics.Process.Dispose(System.Boolean)">
67       <summary>释放此进程使用的所有资源。</summary>
68       <param name="disposing">若要释放托管资源和非托管资源,则为 true;若仅释放非托管资源,则为 false。</param>
69     </member>
70     <member name="P:System.Diagnostics.Process.EnableRaisingEvents">
71       <summary>获取或设置在进程终止时是否应激发 <see cref="E:System.Diagnostics.Process.Exited" /> 事件。</summary>
72       <returns>如果关联的进程终止(通过退出或者调用 <see cref="M:System.Diagnostics.Process.Kill" />)时应引发 <see cref="E:System.Diagnostics.Process.Exited" /> 事件,则为 true;否则为 false。默认值为 false。</returns>
73       <filterpriority>2</filterpriority>
74     </member>
75     <member name="M:System.Diagnostics.Process.EnterDebugMode">
76       <summary>通过启用当前线程的本机属性 SeDebugPrivilege,将 <see cref="T:System.Diagnostics.Process" /> 组件置于与以特殊模式运行的操作系统进程交互的状态。</summary>
77       <filterpriority>2</filterpriority>
78     </member>
79     <member name="E:System.Diagnostics.Process.ErrorDataReceived">
80       <summary>当应用程序写入其重定向 <see cref="P:System.Diagnostics.Process.StandardError" /> 流中时发生。</summary>
81       <filterpriority>2</filterpriority>
82     </member>
83     <member name="P:System.Diagnostics.Process.ExitCode">
84       <summary>获取关联进程终止时指定的值。</summary>
85       <returns>关联进程终止时指定的代码。</returns>
86       <exception cref="T:System.InvalidOperationException">The process has not exited.-or- The process <see cref="P:System.Diagnostics.Process.Handle" /> is not valid. </exception>
87       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.ExitCode" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
88       <filterpriority>1</filterpriority>
89     </member>
90     <member name="E:System.Diagnostics.Process.Exited">
91       <summary>在进程退出时发生。</summary>
92       <filterpriority>2</filterpriority>
93     </member>
94     <member name="P:System.Diagnostics.Process.ExitTime">
95       <summary>获取关联进程退出的时间。</summary>
96       <returns>
97         <see cref="T:System.DateTime" />,它指示关联进程终止的时间。</returns>
98       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
99       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.ExitTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
100       <filterpriority>1</filterpriority>
101     </member>
102     <member name="M:System.Diagnostics.Process.GetCurrentProcess">
103       <summary>获取新的 <see cref="T:System.Diagnostics.Process" /> 组件并将其与当前活动的进程关联。</summary>
104       <returns>与运行调用应用程序的进程资源关联的新的 <see cref="T:System.Diagnostics.Process" /> 组件。</returns>
105       <filterpriority>1</filterpriority>
106     </member>
107     <member name="M:System.Diagnostics.Process.GetProcessById(System.Int32)">
108       <summary>返回新的 <see cref="T:System.Diagnostics.Process" /> 组件(给定本地计算机上某个进程的标识符)。</summary>
109       <returns>一个与 <paramref name="processId" /> 参数标识的本地进程资源关联的 <see cref="T:System.Diagnostics.Process" /> 组件。</returns>
110       <param name="processId">进程资源的系统唯一标识符。</param>
111       <exception cref="T:System.ArgumentException">The process specified by the <paramref name="processId" /> parameter is not running.The identifier might be expired.</exception>
112       <exception cref="T:System.InvalidOperationException">The process was not started by this object.</exception>
113       <filterpriority>1</filterpriority>
114     </member>
115     <member name="M:System.Diagnostics.Process.GetProcessById(System.Int32,System.String)">
116       <summary>返回新的 <see cref="T:System.Diagnostics.Process" /> 组件(给定进程标识符和网络中计算机的名称)。</summary>
117       <returns>一个与 <paramref name="processId" /> 参数标识的远程进程资源关联的 <see cref="T:System.Diagnostics.Process" /> 组件。</returns>
118       <param name="processId">进程资源的系统唯一标识符。</param>
119       <param name="machineName">网络上计算机的名称。</param>
120       <exception cref="T:System.ArgumentException">The process specified by the <paramref name="processId" /> parameter is not running.The identifier might be expired.-or- The <paramref name="machineName" /> parameter syntax is invalid.The name might have length zero (0).</exception>
121       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName" /> parameter is null. </exception>
122       <exception cref="T:System.InvalidOperationException">The process was not started by this object.</exception>
123       <filterpriority>1</filterpriority>
124     </member>
125     <member name="M:System.Diagnostics.Process.GetProcesses">
126       <summary>为本地计算机上的每个进程资源创建一个新的 <see cref="T:System.Diagnostics.Process" /> 组件。</summary>
127       <returns>
128         <see cref="T:System.Diagnostics.Process" /> 类型的数组,它表示本地计算机上运行的所有进程资源。</returns>
129       <filterpriority>1</filterpriority>
130     </member>
131     <member name="M:System.Diagnostics.Process.GetProcesses(System.String)">
132       <summary>为指定计算机上的每个进程资源创建一个新的 <see cref="T:System.Diagnostics.Process" /> 组件。</summary>
133       <returns>
134         <see cref="T:System.Diagnostics.Process" /> 类型的数组,表示指定计算机上运行的所有进程资源。</returns>
135       <param name="machineName">从其中读取进程列表的计算机。</param>
136       <exception cref="T:System.ArgumentException">The <paramref name="machineName" /> parameter syntax is invalid.It might have length zero (0).</exception>
137       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName" /> parameter is null. </exception>
138       <exception cref="T:System.PlatformNotSupportedException">The operating system platform does not support this operation on remote computers. </exception>
139       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information.This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
140       <exception cref="T:System.ComponentModel.Win32Exception">A problem occurred accessing an underlying system API. </exception>
141       <filterpriority>1</filterpriority>
142     </member>
143     <member name="M:System.Diagnostics.Process.GetProcessesByName(System.String)">
144       <summary>创建新的 <see cref="T:System.Diagnostics.Process" /> 组件的数组,并将它们与本地计算机上共享指定的进程名称的所有进程资源关联。</summary>
145       <returns>
146         <see cref="T:System.Diagnostics.Process" /> 类型的数组,表示运行指定应用程序或文件的进程资源。</returns>
147       <param name="processName">该进程的友好名称。</param>
148       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information.This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
149       <filterpriority>1</filterpriority>
150     </member>
151     <member name="M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String)">
152       <summary>创建新的 <see cref="T:System.Diagnostics.Process" /> 组件的数组,并将它们与远程计算机上共享指定进程名称的所有进程资源关联。</summary>
153       <returns>
154         <see cref="T:System.Diagnostics.Process" /> 类型的数组,表示运行指定应用程序或文件的进程资源。</returns>
155       <param name="processName">该进程的友好名称。</param>
156       <param name="machineName">网络上计算机的名称。</param>
157       <exception cref="T:System.ArgumentException">The <paramref name="machineName" /> parameter syntax is invalid.It might have length zero (0).</exception>
158       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName" /> parameter is null. </exception>
159       <exception cref="T:System.PlatformNotSupportedException">The operating system platform does not support this operation on remote computers. </exception>
160       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information.This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
161       <exception cref="T:System.ComponentModel.Win32Exception">A problem occurred accessing an underlying system API. </exception>
162       <filterpriority>1</filterpriority>
163     </member>
164     <member name="P:System.Diagnostics.Process.HasExited">
165       <summary>获取指示关联进程是否已终止的值。</summary>
166       <returns>如果 <see cref="T:System.Diagnostics.Process" /> 组件引用的操作系统进程已终止,则为 true;否则为 false。</returns>
167       <exception cref="T:System.InvalidOperationException">There is no process associated with the object. </exception>
168       <exception cref="T:System.ComponentModel.Win32Exception">The exit code for the process could not be retrieved. </exception>
169       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.HasExited" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
170       <filterpriority>1</filterpriority>
171     </member>
172     <member name="P:System.Diagnostics.Process.Id">
173       <summary>获取关联进程的唯一标识符。</summary>
174       <returns>此 <see cref="T:System.Diagnostics.Process" /> 实例引用的、由系统生成的进程的唯一标识符。</returns>
175       <exception cref="T:System.InvalidOperationException">The process's <see cref="P:System.Diagnostics.Process.Id" /> property has not been set.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object. </exception>
176       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property to false to access this property on Windows 98 and Windows Me.</exception>
177       <filterpriority>1</filterpriority>
178     </member>
179     <member name="M:System.Diagnostics.Process.Kill">
180       <summary>立即停止关联的进程。</summary>
181       <exception cref="T:System.ComponentModel.Win32Exception">The associated process could not be terminated. -or-The process is terminating.-or- The associated process is a Win16 executable.</exception>
182       <exception cref="T:System.NotSupportedException">You are attempting to call <see cref="M:System.Diagnostics.Process.Kill" /> for a process that is running on a remote computer.The method is available only for processes running on the local computer.</exception>
183       <exception cref="T:System.InvalidOperationException">The process has already exited. -or-There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object.</exception>
184       <filterpriority>1</filterpriority>
185     </member>
186     <member name="M:System.Diagnostics.Process.LeaveDebugMode">
187       <summary>使 <see cref="T:System.Diagnostics.Process" /> 组件离开允许它与以特殊模式运行的操作系统进程交互的状态。</summary>
188       <filterpriority>2</filterpriority>
189     </member>
190     <member name="P:System.Diagnostics.Process.MachineName">
191       <summary>获取关联进程正在其上运行的计算机的名称。</summary>
192       <returns>关联进程正在其上运行的计算机的名称。</returns>
193       <exception cref="T:System.InvalidOperationException">There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object. </exception>
194       <filterpriority>1</filterpriority>
195     </member>
196     <member name="P:System.Diagnostics.Process.MainModule">
197       <summary>获取关联进程的主模块。</summary>
198       <returns>用于启动进程的 <see cref="T:System.Diagnostics.ProcessModule" />。</returns>
199       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.MainModule" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
200       <exception cref="T:System.ComponentModel.Win32Exception">A 32-bit process is trying to access the modules of a 64-bit process.</exception>
201       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> to false to access this property on Windows 98 and Windows Me.</exception>
202       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.-or- The process has exited. </exception>
203       <filterpriority>1</filterpriority>
204     </member>
205     <member name="P:System.Diagnostics.Process.MaxWorkingSet">
206       <summary>获取或设置关联进程的允许的最大工作集大小。</summary>
207       <returns>内存中允许的进程的最大工作集大小(以字节为单位)。</returns>
208       <exception cref="T:System.ArgumentException">The maximum working set size is invalid.It must be greater than or equal to the minimum working set size.</exception>
209       <exception cref="T:System.ComponentModel.Win32Exception">Working set information cannot be retrieved from the associated process resource.-or- The process identifier or process handle is zero because the process has not been started. </exception>
210       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.MaxWorkingSet" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
211       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.-or- The process has exited. </exception>
212       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
213       <filterpriority>2</filterpriority>
214     </member>
215     <member name="P:System.Diagnostics.Process.MinWorkingSet">
216       <summary>获取或设置关联进程的允许的最小工作集大小。</summary>
217       <returns>内存中进程所需的最小工作集大小(以字节为单位)。</returns>
218       <exception cref="T:System.ArgumentException">The minimum working set size is invalid.It must be less than or equal to the maximum working set size.</exception>
219       <exception cref="T:System.ComponentModel.Win32Exception">Working set information cannot be retrieved from the associated process resource.-or- The process identifier or process handle is zero because the process has not been started. </exception>
220       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.MinWorkingSet" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
221       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.-or- The process has exited.</exception>
222       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
223       <filterpriority>2</filterpriority>
224     </member>
225     <member name="P:System.Diagnostics.Process.Modules">
226       <summary>获取已由关联进程加载的模块。</summary>
227       <returns>
228         <see cref="T:System.Diagnostics.ProcessModule" /> 类型的数组,它表示已由关联进程加载的模块。</returns>
229       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.Modules" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
230       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.</exception>
231       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> to false to access this property on Windows 98 and Windows Me.</exception>
232       <exception cref="T:System.ComponentModel.Win32Exception">You are attempting to access the <see cref="P:System.Diagnostics.Process.Modules" /> property for either the system process or the idle process.These processes do not have modules.</exception>
233       <filterpriority>2</filterpriority>
234     </member>
235     <member name="P:System.Diagnostics.Process.NonpagedSystemMemorySize64">
236       <summary>获取为关联的进程分配的非分页系统内存量。</summary>
237       <returns>为关联的进程分配的、不能写入虚拟内存分页文件中的系统内存量(以字节为单位)。</returns>
238       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
239       <filterpriority>2</filterpriority>
240     </member>
241     <member name="M:System.Diagnostics.Process.OnExited">
242       <summary>引发 <see cref="E:System.Diagnostics.Process.Exited" /> 事件。</summary>
243     </member>
244     <member name="E:System.Diagnostics.Process.OutputDataReceived">
245       <summary>每次应用程序向其重定向 <see cref="P:System.Diagnostics.Process.StandardOutput" /> 流中写入行时发生。</summary>
246       <filterpriority>2</filterpriority>
247     </member>
248     <member name="P:System.Diagnostics.Process.PagedMemorySize64">
249       <summary>获取为关联的进程分配的分页内存量。</summary>
250       <returns>在虚拟内存分页文件中为关联进程分配的内存量(以字节为单位)。</returns>
251       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
252       <filterpriority>2</filterpriority>
253     </member>
254     <member name="P:System.Diagnostics.Process.PagedSystemMemorySize64">
255       <summary>获取为关联进程分配的可分页系统内存量。</summary>
256       <returns>为可写入虚拟内存分页文件的关联内存分配的系统内存量(以字节为单位)。</returns>
257       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
258       <filterpriority>2</filterpriority>
259     </member>
260     <member name="P:System.Diagnostics.Process.PeakPagedMemorySize64">
261       <summary>获取关联的进程使用的虚拟内存分页文件中的最大内存量。</summary>
262       <returns>从启动关联的进程以来在为虚拟内存分页文件中关联进程分配的最大内存量(以字节为单位)。</returns>
263       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
264       <filterpriority>2</filterpriority>
265     </member>
266     <member name="P:System.Diagnostics.Process.PeakVirtualMemorySize64">
267       <summary>获取关联进程使用的最大虚拟内存量。</summary>
268       <returns>从关联进程启动以来为关联进程分配的最大虚拟内存量(以字节为单位)。</returns>
269       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
270       <filterpriority>2</filterpriority>
271     </member>
272     <member name="P:System.Diagnostics.Process.PeakWorkingSet64">
273       <summary>获取关联进程使用的最大物理内存量。</summary>
274       <returns>从启动关联进程以来为关联进程分配的最大物理内存量(以字节为单位)。</returns>
275       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
276       <filterpriority>2</filterpriority>
277     </member>
278     <member name="P:System.Diagnostics.Process.PriorityBoostEnabled">
279       <summary>获取或设置一个值,该值指示主窗口拥有焦点时是否应由操作系统暂时提升关联进程优先级。</summary>
280       <returns>如果进程离开等待状态时应动态提升进程优先级别,则为 true;否则为 false。默认值为 false。</returns>
281       <exception cref="T:System.ComponentModel.Win32Exception">Priority boost information could not be retrieved from the associated process resource. </exception>
282       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.-or- The process identifier or process handle is zero.(The process has not been started.)</exception>
283       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.PriorityBoostEnabled" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
284       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.</exception>
285       <filterpriority>1</filterpriority>
286     </member>
287     <member name="P:System.Diagnostics.Process.PriorityClass">
288       <summary>获取或设置关联进程的总体优先级类别。</summary>
289       <returns>关联进程的优先级别类别,可从该类别计算进程的 <see cref="P:System.Diagnostics.Process.BasePriority" />。</returns>
290       <exception cref="T:System.ComponentModel.Win32Exception">Process priority information could not be set or retrieved from the associated process resource.-or- The process identifier or process handle is zero.(The process has not been started.)</exception>
291       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.PriorityClass" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
292       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.</exception>
293       <exception cref="T:System.PlatformNotSupportedException">You have set the <see cref="P:System.Diagnostics.Process.PriorityClass" /> to AboveNormal or BelowNormal when using Windows 98 or Windows Millennium Edition (Windows Me).These platforms do not support those values for the priority class.</exception>
294       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">Priority class cannot be set because it does not use a valid value, as defined in the <see cref="T:System.Diagnostics.ProcessPriorityClass" /> enumeration.</exception>
295       <filterpriority>1</filterpriority>
296     </member>
297     <member name="P:System.Diagnostics.Process.PrivateMemorySize64">
298       <summary>获取为关联进程分配的专用内存量。</summary>
299       <returns>为关联进程分配的不能与其他进程共享的内存量(以字节为单位)。</returns>
300       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
301       <filterpriority>2</filterpriority>
302     </member>
303     <member name="P:System.Diagnostics.Process.PrivilegedProcessorTime">
304       <summary>获取此进程的特权处理器时间。</summary>
305       <returns>
306         <see cref="T:System.TimeSpan" />,它指示进程在操作系统内核中运行代码所用的时间。</returns>
307       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
308       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.PrivilegedProcessorTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
309       <filterpriority>2</filterpriority>
310     </member>
311     <member name="P:System.Diagnostics.Process.ProcessName">
312       <summary>获取该进程的名称。</summary>
313       <returns>系统用以向用户标识该进程的名称。</returns>
314       <exception cref="T:System.InvalidOperationException">The process does not have an identifier, or no process is associated with the <see cref="T:System.Diagnostics.Process" />.-or- The associated process has exited. </exception>
315       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> to false to access this property on Windows 98 and Windows Me.</exception>
316       <exception cref="T:System.NotSupportedException">The process is not on this computer.</exception>
317       <filterpriority>1</filterpriority>
318     </member>
319     <member name="P:System.Diagnostics.Process.ProcessorAffinity">
320       <summary>获取或设置一些处理器,此进程中的线程可以按计划在这些处理器上运行。</summary>
321       <returns>位掩码,表示关联进程内的线程可以在其上运行的处理器。默认值取决于计算机上的处理器数。默认值为 2 n -1,其中 n 是处理器数。</returns>
322       <exception cref="T:System.ComponentModel.Win32Exception">
323         <see cref="P:System.Diagnostics.Process.ProcessorAffinity" /> information could not be set or retrieved from the associated process resource.-or- The process identifier or process handle is zero.(The process has not been started.)</exception>
324       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.ProcessorAffinity" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
325       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> was not available.-or- The process has exited. </exception>
326       <filterpriority>2</filterpriority>
327     </member>
328     <member name="M:System.Diagnostics.Process.Refresh">
329       <summary>放弃已缓存到进程组件的关联仅存的任何相关信息。</summary>
330       <filterpriority>1</filterpriority>
331     </member>
332     <member name="P:System.Diagnostics.Process.SafeHandle">
333       <summary>获取此进程的本机句柄。</summary>
334       <returns>此进程的本机句柄。</returns>
335     </member>
336     <member name="P:System.Diagnostics.Process.SessionId">
337       <summary>获取关联进程的终端服务会话标识符。</summary>
338       <returns>关联进程的终端服务会话标识符。</returns>
339       <exception cref="T:System.NullReferenceException">There is no session associated with this process.</exception>
340       <exception cref="T:System.InvalidOperationException">There is no process associated with this session identifier.-or-The associated process is not on this machine. </exception>
341       <exception cref="T:System.PlatformNotSupportedException">The <see cref="P:System.Diagnostics.Process.SessionId" /> property is not supported on Windows 98.</exception>
342       <filterpriority>1</filterpriority>
343     </member>
344     <member name="P:System.Diagnostics.Process.StandardError">
345       <summary>获取用于读取应用程序错误输出的流。</summary>
346       <returns>一个 <see cref="T:System.IO.StreamReader" />,可用于读取应用程序的标准错误流。</returns>
347       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardError" /> stream has not been defined for redirection; ensure <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError" /> is set to true and <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> is set to false.- or - The <see cref="P:System.Diagnostics.Process.StandardError" /> stream has been opened for asynchronous read operations with <see cref="M:System.Diagnostics.Process.BeginErrorReadLine" />. </exception>
348       <filterpriority>1</filterpriority>
349     </member>
350     <member name="P:System.Diagnostics.Process.StandardInput">
351       <summary>获取用于写入应用程序输入的流。</summary>
352       <returns>
353         <see cref="T:System.IO.StreamWriter" />,可用于写入应用程序的标准输入流。</returns>
354       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardInput" /> stream has not been defined because <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput" /> is set to false. </exception>
355       <filterpriority>1</filterpriority>
356     </member>
357     <member name="P:System.Diagnostics.Process.StandardOutput">
358       <summary>获取用于读取应用程序文本输出的流。</summary>
359       <returns>
360         <see cref="T:System.IO.StreamReader" />,可用于读取应用程序的标准输出流。</returns>
361       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream has not been defined for redirection; ensure <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput" /> is set to true and <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> is set to false.- or - The <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream has been opened for asynchronous read operations with <see cref="M:System.Diagnostics.Process.BeginOutputReadLine" />. </exception>
362       <filterpriority>1</filterpriority>
363     </member>
364     <member name="M:System.Diagnostics.Process.Start">
365       <summary>启动(或重用)此 <see cref="T:System.Diagnostics.Process" /> 组件的 <see cref="P:System.Diagnostics.Process.StartInfo" /> 属性指定的进程资源,并将其与该组件关联。</summary>
366       <returns>如果启动了进程资源,则为 true;如果没有启动新的进程资源(例如,如果重用了现有进程),则为 false。</returns>
367       <exception cref="T:System.InvalidOperationException">No file name was specified in the <see cref="T:System.Diagnostics.Process" /> component's <see cref="P:System.Diagnostics.Process.StartInfo" />.-or- The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> member of the <see cref="P:System.Diagnostics.Process.StartInfo" /> property is true while <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput" />, <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput" />, or <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError" /> is true. </exception>
368       <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
369       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
370       <filterpriority>1</filterpriority>
371     </member>
372     <member name="M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo)">
373       <summary>启动由包含进程启动信息(例如,要启动的进程的文件名)的参数指定的进程资源,并将该资源与新的 <see cref="T:System.Diagnostics.Process" /> 组件关联。</summary>
374       <returns>一个与进程资源关联的新 <see cref="T:System.Diagnostics.Process" />,如果未启动进程资源,则为 null。请注意,随着同一进程已在运行的实例启动的新进程将独立于其他进程。此外,启动可能返回一个 <see cref="T:System.Diagnostics.ProcessHasExited" /> 属性已设置为 true 的非 null 进程。在这种情况下,启动的进程可能已激活现有实例自身,然后退出。</returns>
375       <param name="startInfo">
376         <see cref="T:System.Diagnostics.ProcessStartInfo" />,包含用于启动进程的信息(包括文件名和任何命令行参数)。</param>
377       <exception cref="T:System.InvalidOperationException">No file name was specified in the <paramref name="startInfo" /> parameter's <see cref="P:System.Diagnostics.ProcessStartInfo.FileName" /> property.-or- The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property of the <paramref name="startInfo" /> parameter is true and the <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput" />, <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput" />, or <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError" /> property is also true.-or-The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property of the <paramref name="startInfo" /> parameter is true and the <see cref="P:System.Diagnostics.ProcessStartInfo.UserName" /> property is not null or empty or the <see cref="P:System.Diagnostics.ProcessStartInfo.Password" /> property is not null.</exception>
378       <exception cref="T:System.ArgumentNullException">The <paramref name="startInfo" /> parameter is null. </exception>
379       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
380       <exception cref="T:System.IO.FileNotFoundException">The file specified in the <paramref name="startInfo" /> parameter's <see cref="P:System.Diagnostics.ProcessStartInfo.FileName" /> property could not be found.</exception>
381       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file. -or-The sum of the length of the arguments and the length of the full path to the process exceeds 2080.The error message associated with this exception can be one of the following: "The data area passed to a system call is too small." or "Access is denied."</exception>
382       <filterpriority>1</filterpriority>
383     </member>
384     <member name="M:System.Diagnostics.Process.Start(System.String)">
385       <summary>通过指定文档或应用程序文件的名称来启动进程资源,并将资源与新的 <see cref="T:System.Diagnostics.Process" /> 组件关联。</summary>
386       <returns>一个与进程资源关联的新 <see cref="T:System.Diagnostics.Process" />,如果未启动进程资源,则为 null。请注意,随着同一进程已在运行的实例启动的新进程将独立于其他进程。此外,启动可能返回一个 <see cref="T:System.Diagnostics.ProcessHasExited" /> 属性已设置为 true 的非 null 进程。在这种情况下,启动的进程可能已激活现有实例自身,然后退出。</returns>
387       <param name="fileName">要在进程中运行的文档或应用程序文件的名称。</param>
388       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file. </exception>
389       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
390       <exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
391       <filterpriority>1</filterpriority>
392     </member>
393     <member name="M:System.Diagnostics.Process.Start(System.String,System.String)">
394       <summary>通过指定应用程序的名称和一组命令行参数来启动一个进程资源,并将该资源与新的 <see cref="T:System.Diagnostics.Process" /> 组件相关联。</summary>
395       <returns>一个与进程资源关联的新 <see cref="T:System.Diagnostics.Process" />,如果未启动进程资源,则为 null。请注意,随着同一进程已在运行的实例启动的新进程将独立于其他进程。此外,启动可能返回一个 <see cref="T:System.Diagnostics.ProcessHasExited" /> 属性已设置为 true 的非 null 进程。在这种情况下,启动的进程可能已激活现有实例自身,然后退出。</returns>
396       <param name="fileName">要在进程中运行的应用程序文件的名称。</param>
397       <param name="arguments">启动该进程时传递的命令行参数。</param>
398       <exception cref="T:System.InvalidOperationException">The <paramref name="fileName" /> or <paramref name="arguments" /> parameter is null. </exception>
399       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file. -or-The sum of the length of the arguments and the length of the full path to the process exceeds 2080.The error message associated with this exception can be one of the following: "The data area passed to a system call is too small." or "Access is denied."</exception>
400       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
401       <exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
402       <filterpriority>1</filterpriority>
403     </member>
404     <member name="M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String)">
405       <summary>通过指定应用程序的名称、用户名、密码和域来启动一个进程资源,并将该资源与新的 <see cref="T:System.Diagnostics.Process" /> 组件关联起来。</summary>
406       <returns>一个与进程资源关联的新 <see cref="T:System.Diagnostics.Process" />,如果未启动进程资源,则为 null。请注意,随着同一进程已在运行的实例启动的新进程将独立于其他进程。此外,启动可能返回一个 <see cref="T:System.Diagnostics.ProcessHasExited" /> 属性已设置为 true 的非 null 进程。在这种情况下,启动的进程可能已激活现有实例自身,然后退出。</returns>
407       <param name="fileName">要在进程中运行的应用程序文件的名称。</param>
408       <param name="userName">启动进程时使用的用户名。</param>
409       <param name="password">一个 <see cref="T:System.Security.SecureString" />,它包含启动进程时要使用的密码。</param>
410       <param name="domain">启动进程时要使用的域。</param>
411       <exception cref="T:System.InvalidOperationException">No file name was specified. </exception>
412       <exception cref="T:System.ComponentModel.Win32Exception">
413         <paramref name="fileName" /> is not an executable (.exe) file.</exception>
414       <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
415       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
416       <filterpriority>1</filterpriority>
417     </member>
418     <member name="M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String)">
419       <summary>通过指定应用程序的名称、一组命令行参数、用户名、密码和域来启动一个进程资源,并将该资源与新的 <see cref="T:System.Diagnostics.Process" /> 组件关联起来。</summary>
420       <returns>一个与进程资源关联的新 <see cref="T:System.Diagnostics.Process" />,如果未启动进程资源,则为 null。请注意,随着同一进程已在运行的实例启动的新进程将独立于其他进程。此外,启动可能返回一个 <see cref="T:System.Diagnostics.ProcessHasExited" /> 属性已设置为 true 的非 null 进程。在这种情况下,启动的进程可能已激活现有实例自身,然后退出。</returns>
421       <param name="fileName">要在进程中运行的应用程序文件的名称。</param>
422       <param name="arguments">启动该进程时传递的命令行参数。</param>
423       <param name="userName">启动进程时使用的用户名。</param>
424       <param name="password">一个 <see cref="T:System.Security.SecureString" />,它包含启动进程时要使用的密码。</param>
425       <param name="domain">启动进程时要使用的域。</param>
426       <exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
427       <exception cref="T:System.ComponentModel.Win32Exception">
428         <paramref name="fileName" /> is not an executable (.exe) file.</exception>
429       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file. -or-The sum of the length of the arguments and the length of the full path to the associated file exceeds 2080.The error message associated with this exception can be one of the following: "The data area passed to a system call is too small." or "Access is denied."</exception>
430       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
431       <filterpriority>1</filterpriority>
432     </member>
433     <member name="P:System.Diagnostics.Process.StartInfo">
434       <summary>获取或设置要传递给 <see cref="T:System.Diagnostics.Process" /> 的 <see cref="M:System.Diagnostics.Process.Start" /> 方法的属性。</summary>
435       <returns>
436         <see cref="T:System.Diagnostics.ProcessStartInfo" />,它表示启动该进程时要使用的数据。这些参数包括用于启动该进程的可执行文件或文档的名称。</returns>
437       <exception cref="T:System.ArgumentNullException">The value that specifies the <see cref="P:System.Diagnostics.Process.StartInfo" /> is null. </exception>
438       <filterpriority>1</filterpriority>
439     </member>
440     <member name="P:System.Diagnostics.Process.StartTime">
441       <summary>获取关联进程启动的时间。</summary>
442       <returns>指示进程启动的时间的对象。如果进程未运行,将会引发异常。</returns>
443       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
444       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.StartTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
445       <exception cref="T:System.InvalidOperationException">The process has exited.-or-The process has not been started.</exception>
446       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred in the call to the Windows function.</exception>
447       <filterpriority>1</filterpriority>
448     </member>
449     <member name="P:System.Diagnostics.Process.Threads">
450       <summary>获取在关联进程中运行的一组线程。</summary>
451       <returns>
452         <see cref="T:System.Diagnostics.ProcessThread" /> 类型的数组,它表示当前在关联进程中运行的操作系统线程。</returns>
453       <exception cref="T:System.SystemException">The process does not have an <see cref="P:System.Diagnostics.Process.Id" />, or no process is associated with the <see cref="T:System.Diagnostics.Process" /> instance.-or- The associated process has exited. </exception>
454       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> to false to access this property on Windows 98 and Windows Me.</exception>
455       <filterpriority>1</filterpriority>
456     </member>
457     <member name="P:System.Diagnostics.Process.TotalProcessorTime">
458       <summary>获取此进程的总的处理器时间。</summary>
459       <returns>
460         <see cref="T:System.TimeSpan" />,它指示关联进程使用 CPU 的时间。此值是 <see cref="P:System.Diagnostics.Process.UserProcessorTime" /> 和 <see cref="P:System.Diagnostics.Process.PrivilegedProcessorTime" /> 的和。</returns>
461       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
462       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.TotalProcessorTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
463       <filterpriority>2</filterpriority>
464     </member>
465     <member name="P:System.Diagnostics.Process.UserProcessorTime">
466       <summary>获取此进程的用户处理器时间。</summary>
467       <returns>
468         <see cref="T:System.TimeSpan" />,它指示关联进程在该进程的应用程序部分内(而不是在操作系统内核中)运行代码所用的时间。</returns>
469       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
470       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.UserProcessorTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
471       <filterpriority>2</filterpriority>
472     </member>
473     <member name="P:System.Diagnostics.Process.VirtualMemorySize64">
474       <summary>获取为关联进程分配的虚拟内存量。</summary>
475       <returns>为关联进程分配的虚拟内存量(以字节为单位)。</returns>
476       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
477       <filterpriority>2</filterpriority>
478     </member>
479     <member name="M:System.Diagnostics.Process.WaitForExit">
480       <summary>指示 <see cref="T:System.Diagnostics.Process" /> 组件无限期地等待关联进程退出。</summary>
481       <exception cref="T:System.ComponentModel.Win32Exception">The wait setting could not be accessed. </exception>
482       <exception cref="T:System.SystemException">No process <see cref="P:System.Diagnostics.Process.Id" /> has been set, and a <see cref="P:System.Diagnostics.Process.Handle" /> from which the <see cref="P:System.Diagnostics.Process.Id" /> property can be determined does not exist.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object.-or- You are attempting to call <see cref="M:System.Diagnostics.Process.WaitForExit" /> for a process that is running on a remote computer.This method is available only for processes that are running on the local computer.</exception>
483       <filterpriority>1</filterpriority>
484     </member>
485     <member name="M:System.Diagnostics.Process.WaitForExit(System.Int32)">
486       <summary>指示 <see cref="T:System.Diagnostics.Process" /> 组件在指定的毫秒数内等待关联进程退出。</summary>
487       <returns>如果关联进程已退出,则为 true;否则为 false。</returns>
488       <param name="milliseconds">等待关联进程退出的时间(以毫秒为单位)。最大值为 32 位整数的最大可能值,这对于操作系统而言表示无限大。</param>
489       <exception cref="T:System.ComponentModel.Win32Exception">The wait setting could not be accessed. </exception>
490       <exception cref="T:System.SystemException">No process <see cref="P:System.Diagnostics.Process.Id" /> has been set, and a <see cref="P:System.Diagnostics.Process.Handle" /> from which the <see cref="P:System.Diagnostics.Process.Id" /> property can be determined does not exist.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object.-or- You are attempting to call <see cref="M:System.Diagnostics.Process.WaitForExit(System.Int32)" /> for a process that is running on a remote computer.This method is available only for processes that are running on the local computer.</exception>
491       <filterpriority>1</filterpriority>
492     </member>
493     <member name="P:System.Diagnostics.Process.WorkingSet64">
494       <summary>获取为关联进程分配的物理内存量。</summary>
495       <returns>为关的进程分配的物理内存量(以字节为单位)。</returns>
496       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
497       <filterpriority>2</filterpriority>
498     </member>
499     <member name="T:System.Diagnostics.ProcessModule">
500       <summary>表示加载到特定进程中的 .dll 或 .exe 文件。</summary>
501       <filterpriority>2</filterpriority>
502     </member>
503     <member name="P:System.Diagnostics.ProcessModule.BaseAddress">
504       <summary>获取加载模块的内存地址。</summary>
505       <returns>模块的加载地址。</returns>
506       <filterpriority>2</filterpriority>
507     </member>
508     <member name="P:System.Diagnostics.ProcessModule.EntryPointAddress">
509       <summary>获取在系统加载和运行模块时运行的函数的内存地址。</summary>
510       <returns>模块的入口点。</returns>
511       <filterpriority>2</filterpriority>
512       <PermissionSet>
513         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
514       </PermissionSet>
515     </member>
516     <member name="P:System.Diagnostics.ProcessModule.FileName">
517       <summary>获取模块的完整路径。</summary>
518       <returns>定义模块位置的完全限定路径。</returns>
519       <filterpriority>2</filterpriority>
520     </member>
521     <member name="P:System.Diagnostics.ProcessModule.ModuleMemorySize">
522       <summary>获取加载模块所需内存量。</summary>
523       <returns>模块占用的内存大小(以字节为单位)。</returns>
524       <filterpriority>2</filterpriority>
525     </member>
526     <member name="P:System.Diagnostics.ProcessModule.ModuleName">
527       <summary>获取进程模块的名称。</summary>
528       <returns>模块的名称。</returns>
529       <filterpriority>2</filterpriority>
530     </member>
531     <member name="M:System.Diagnostics.ProcessModule.ToString">
532       <summary>将模块的名称转换为字符串。</summary>
533       <returns>
534         <see cref="P:System.Diagnostics.ProcessModule.ModuleName" /> 属性的值。</returns>
535       <filterpriority>2</filterpriority>
536     </member>
537     <member name="T:System.Diagnostics.ProcessModuleCollection">
538       <summary>提供 <see cref="T:System.Diagnostics.ProcessModule" /> 对象的强类型集合。</summary>
539       <filterpriority>2</filterpriority>
540     </member>
541     <member name="M:System.Diagnostics.ProcessModuleCollection.#ctor">
542       <summary>在没有关联的 <see cref="T:System.Diagnostics.ProcessModule" /> 实例的情况下,初始化 <see cref="T:System.Diagnostics.ProcessModuleCollection" /> 类的新实例。</summary>
543     </member>
544     <member name="M:System.Diagnostics.ProcessModuleCollection.#ctor(System.Diagnostics.ProcessModule[])">
545       <summary>使用指定的 <see cref="T:System.Diagnostics.ProcessModule" /> 实例数组来初始化 <see cref="T:System.Diagnostics.ProcessModuleCollection" /> 类的新实例。</summary>
546       <param name="processModules">用来初始化该 <see cref="T:System.Diagnostics.ProcessModuleCollection" /> 实例的 <see cref="T:System.Diagnostics.ProcessModule" /> 实例的数组。</param>
547     </member>
548     <member name="M:System.Diagnostics.ProcessModuleCollection.Contains(System.Diagnostics.ProcessModule)">
549       <summary>确定集合中是否存在指定的进程模块。</summary>
550       <returns>如果集合中存在该模块,则为 true;否则为 false。</returns>
551       <param name="module">一个 <see cref="T:System.Diagnostics.ProcessModule" /> 实例,它指示要该集合中查找的模块。</param>
552       <filterpriority>2</filterpriority>
553     </member>
554     <member name="M:System.Diagnostics.ProcessModuleCollection.CopyTo(System.Diagnostics.ProcessModule[],System.Int32)">
555       <summary>将 <see cref="T:System.Diagnostics.ProcessModule" /> 实例的数组复制到集合的指定索引处。</summary>
556       <param name="array">要添加到集合的 <see cref="T:System.Diagnostics.ProcessModule" /> 实例的数组。</param>
557       <param name="index">要添加新实例的位置。</param>
558       <filterpriority>2</filterpriority>
559     </member>
560     <member name="P:System.Diagnostics.ProcessModuleCollection.Count"></member>
561     <member name="M:System.Diagnostics.ProcessModuleCollection.GetEnumerator"></member>
562     <member name="M:System.Diagnostics.ProcessModuleCollection.IndexOf(System.Diagnostics.ProcessModule)">
563       <summary>提供指定模块在集合中的位置。</summary>
564       <returns>从零开始的索引,它定义模块在 <see cref="T:System.Diagnostics.ProcessModuleCollection" /> 中的位置。</returns>
565       <param name="module">检索其索引的 <see cref="T:System.Diagnostics.ProcessModule" />。</param>
566       <filterpriority>2</filterpriority>
567     </member>
568     <member name="P:System.Diagnostics.ProcessModuleCollection.Item(System.Int32)">
569       <summary>获取用于循环访问进程模块集的索引。</summary>
570       <returns>一个 <see cref="T:System.Diagnostics.ProcessModule" />,它对集合中的模块进行索引</returns>
571       <param name="index">集合中该模块的从零开始的索引值。</param>
572       <filterpriority>2</filterpriority>
573     </member>
574     <member name="M:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"></member>
575     <member name="P:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#IsSynchronized"></member>
576     <member name="P:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#SyncRoot"></member>
577     <member name="T:System.Diagnostics.ProcessPriorityClass">
578       <summary>指示系统将与进程关联的优先级。此值与进程的每个线程的优先级值一起来确定每个线程的基本优先级别。</summary>
579       <filterpriority>2</filterpriority>
580     </member>
581     <member name="F:System.Diagnostics.ProcessPriorityClass.AboveNormal">
582       <summary>指定进程的优先级在 Normal 之上,但在 <see cref="F:System.Diagnostics.ProcessPriorityClass.High" /> 之下。</summary>
583     </member>
584     <member name="F:System.Diagnostics.ProcessPriorityClass.BelowNormal">
585       <summary>指定进程的优先级在 Idle 之上,但在 Normal 之下。</summary>
586     </member>
587     <member name="F:System.Diagnostics.ProcessPriorityClass.High">
588       <summary>指定进程执行必须立即执行的时间关键任务,如 Task List 对话框,不管操作系统的负荷如何,用户调用该对话框后均必须迅速响应。该进程的线程优先于普通或空闲优先级类进程的线程。</summary>
589     </member>
590     <member name="F:System.Diagnostics.ProcessPriorityClass.Idle">
591       <summary>指定此进程的线程只能在系统空闲时运行,如屏幕保护程序。更高优先级类中运行的任何进程的线程都优先于此进程的线程。</summary>
592     </member>
593     <member name="F:System.Diagnostics.ProcessPriorityClass.Normal">
594       <summary>指定进程没有特殊的安排需求。</summary>
595     </member>
596     <member name="F:System.Diagnostics.ProcessPriorityClass.RealTime">
597       <summary>指定进程拥有可能的最高优先级。</summary>
598     </member>
599     <member name="T:System.Diagnostics.ProcessStartInfo">
600       <summary>指定启动进程时使用的一组值。</summary>
601       <filterpriority>2</filterpriority>
602     </member>
603     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor">
604       <summary>初始化 <see cref="T:System.Diagnostics.ProcessStartInfo" /> 类的新实例,而不指定启动进程时使用的文件名。</summary>
605     </member>
606     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor(System.String)">
607       <summary>初始化 <see cref="T:System.Diagnostics.ProcessStartInfo" /> 类的新实例,并指定启动进程时使用的诸如应用程序或文档的文件名。</summary>
608       <param name="fileName">启动进程时使用的应用程序或文档。</param>
609     </member>
610     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor(System.String,System.String)">
611       <summary>初始化 <see cref="T:System.Diagnostics.ProcessStartInfo" /> 类的新实例,指定启动该进程时使用的应用程序文件名以及要传递给该应用程序的一组命令行参数。</summary>
612       <param name="fileName">启动进程时使用的应用程序。</param>
613       <param name="arguments">进程启动时要传递给应用程序的命令行参数。</param>
614     </member>
615     <member name="P:System.Diagnostics.ProcessStartInfo.Arguments">
616       <summary>获取或设置启动应用程序时要使用的一组命令行参数。</summary>
617       <returns>单个字符串包含要传递给在 <see cref="P:System.Diagnostics.ProcessStartInfo.FileName" /> 属性中指定的目标应用程序的参数。默认值为空字符串 ("")。在 Windows Vista 和早期的 Windows 操作系统上,添加至进程全径的长度的参数长度必须小于 2080。在 Windows 7 和更高版本,此长度必须小于 32699。参数由目标应用程序进行分析和解释,因此必须与该应用程序的预期保持一致。对于以下示例中所演示的 .NET 的应用程序,空格被解释为多个参数之间的分隔符。包含空格的单个参数必须用引号引起来,但这些引号不会传递到目标应用程序。在包括引号在内的最终已分析的参数中,每个标记均会进行三重转义。</returns>
618       <filterpriority>1</filterpriority>
619     </member>
620     <member name="P:System.Diagnostics.ProcessStartInfo.CreateNoWindow">
621       <summary>获取或设置指示是否在新窗口中启动该进程的值。</summary>
622       <returns>如果应启动该进程而不创建包含它的新窗口,则为 true;否则为 false。默认值为 false。</returns>
623       <filterpriority>2</filterpriority>
624     </member>
625     <member name="P:System.Diagnostics.ProcessStartInfo.Domain">
626       <summary>获取或设置一个值,该值标识要在启动进程时使用的域。</summary>
627       <returns>要在启动进程时使用的 Active Directory 域。域属性主要与使用 Active Directory 的企业级环境内的用户相关。</returns>
628       <filterpriority>1</filterpriority>
629     </member>
630     <member name="P:System.Diagnostics.ProcessStartInfo.Environment"></member>
631     <member name="P:System.Diagnostics.ProcessStartInfo.FileName">
632       <summary>获取或设置要启动的应用程序或文档。</summary>
633       <returns>要启动的应用程序的名称或某文件类型的文档的名称,该文件类型与应用程序关联并且拥有可用的默认打开操作。默认值为空字符串 ("")。</returns>
634       <filterpriority>1</filterpriority>
635     </member>
636     <member name="P:System.Diagnostics.ProcessStartInfo.LoadUserProfile">
637       <summary>获取或设置一个值,该值指示是否从注册表加载 Windows 用户配置文件。</summary>
638       <returns>如果应加载 Windows 用户概况,则为 true;否则为 false。默认值为 false。</returns>
639       <filterpriority>1</filterpriority>
640     </member>
641     <member name="P:System.Diagnostics.ProcessStartInfo.Password">
642       <summary>获取或设置一个安全字符串,其中包含要在启动进程时使用的用户密码。</summary>
643       <returns>启动进程时使用的用户密码。</returns>
644       <filterpriority>1</filterpriority>
645     </member>
646     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError">
647       <summary>获取或设置一个值,该值指示是否将应用程序的错误输出写入 <see cref="P:System.Diagnostics.Process.StandardError" /> 流中。</summary>
648       <returns>如果错误输出应写入 <see cref="P:System.Diagnostics.Process.StandardError" />,则为 true;否则为 false。默认值为 false。</returns>
649       <filterpriority>2</filterpriority>
650     </member>
651     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput">
652       <summary>获取或设置一个值,该值指示应用程序的输入是否从 <see cref="P:System.Diagnostics.Process.StandardInput" /> 流中读取。</summary>
653       <returns>如果应从 <see cref="P:System.Diagnostics.Process.StandardInput" /> 读取输入,则为 true;否则为 false。默认值为 false。</returns>
654       <filterpriority>2</filterpriority>
655     </member>
656     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput">
657       <summary>获取或设置一个值,该值指示是否将应用程序的输出写入 <see cref="P:System.Diagnostics.Process.StandardOutput" /> 流中。</summary>
658       <returns>如果输出应写入 <see cref="P:System.Diagnostics.Process.StandardOutput" />,则为 true;否则为 false。默认值为 false。</returns>
659       <filterpriority>2</filterpriority>
660     </member>
661     <member name="P:System.Diagnostics.ProcessStartInfo.StandardErrorEncoding">
662       <summary>获取或设置错误输出的首选编码。</summary>
663       <returns>一个对象,表示错误输出的首选编码。默认值为 null。</returns>
664     </member>
665     <member name="P:System.Diagnostics.ProcessStartInfo.StandardOutputEncoding">
666       <summary>获取或设置标准输出的首选编码。</summary>
667       <returns>一个对象,表示标准输出的首选编码。默认值为 null。</returns>
668     </member>
669     <member name="P:System.Diagnostics.ProcessStartInfo.UserName">
670       <summary>获取或设置在启动进程时使用的用户名。</summary>
671       <returns>启动进程时使用的用户名。</returns>
672       <filterpriority>1</filterpriority>
673     </member>
674     <member name="P:System.Diagnostics.ProcessStartInfo.UseShellExecute">
675       <summary>获取或设置一个值,该值指示是否使用操作系统 shell 启动进程。</summary>
676       <returns>如果应在启动进程时使用 shell,则为 true;如果直接从可执行文件创建进程,则为 false。默认值为 true。</returns>
677       <filterpriority>2</filterpriority>
678     </member>
679     <member name="P:System.Diagnostics.ProcessStartInfo.WorkingDirectory">
680       <summary>当 <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> 属性为 false 时,将获取或设置要启动的进程的工作目录。当 <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> 为 true 时,获取或设置包含要启动的进程的目录。</summary>
681       <returns>当 <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> 为 true 时,是包含要启动的进程的目录的完全限定名。当 <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> 属性为 false 时,则为要启动的进程的工作目录。默认值为空字符串 ("")。</returns>
682       <filterpriority>1</filterpriority>
683     </member>
684     <member name="T:System.Diagnostics.ProcessThread">
685       <summary>表示操作系统进程线程。</summary>
686       <filterpriority>2</filterpriority>
687     </member>
688     <member name="P:System.Diagnostics.ProcessThread.BasePriority">
689       <summary>获取线程的基本优先级。</summary>
690       <returns>线程的基本优先级,它由操作系统通过将进程优先级类与关联线程的优先级别相结合进行计算。</returns>
691       <filterpriority>2</filterpriority>
692     </member>
693     <member name="P:System.Diagnostics.ProcessThread.CurrentPriority">
694       <summary>获取线程的当前优先级。</summary>
695       <returns>线程的当前优先级,可根据操作系统如何安排该线程而偏离基本优先级。可为活动线程暂时提升优先级。</returns>
696       <filterpriority>2</filterpriority>
697     </member>
698     <member name="P:System.Diagnostics.ProcessThread.Id">
699       <summary>获取线程的唯一标识符。</summary>
700       <returns>与指定线程关联的唯一标识符。</returns>
701       <filterpriority>2</filterpriority>
702       <PermissionSet>
703         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
704       </PermissionSet>
705     </member>
706     <member name="P:System.Diagnostics.ProcessThread.IdealProcessor">
707       <summary>设置让此线程在其上运行的首选处理器。</summary>
708       <returns>线程的首选处理器,用来在系统安排线程时确定在哪个处理器上运行线程。</returns>
709       <exception cref="T:System.ComponentModel.Win32Exception">系统未能设置线程在指定的处理器上启动。</exception>
710       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
711       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
712       <filterpriority>2</filterpriority>
713       <PermissionSet>
714         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
715       </PermissionSet>
716     </member>
717     <member name="P:System.Diagnostics.ProcessThread.PriorityBoostEnabled">
718       <summary>获取或设置一个值,该值指示每当关联线程的进程主窗口接收焦点时,操作系统是否暂时提升该线程的优先级。</summary>
719       <returns>若要在用户与进程的界面交互时提升线程的优先级,则为 true;否则为 false。默认值为 false。</returns>
720       <exception cref="T:System.ComponentModel.Win32Exception">未能检索到优先级提升信息。- 或 -未能设置优先级提升信息。</exception>
721       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
722       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
723       <filterpriority>2</filterpriority>
724       <PermissionSet>
725         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
726       </PermissionSet>
727     </member>
728     <member name="P:System.Diagnostics.ProcessThread.PriorityLevel">
729       <summary>获取或设置线程的优先级别。</summary>
730       <returns>
731         <see cref="T:System.Diagnostics.ThreadPriorityLevel" /> 值之一,它指定限制线程优先级的范围。</returns>
732       <exception cref="T:System.ComponentModel.Win32Exception">未能检索到线程优先级别信息。- 或 -未能设置线程优先级别。</exception>
733       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
734       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
735       <filterpriority>2</filterpriority>
736       <PermissionSet>
737         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
738       </PermissionSet>
739     </member>
740     <member name="P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime">
741       <summary>获取线程在操作系统内核中运行代码所用的时间。</summary>
742       <returns>
743         <see cref="T:System.TimeSpan" />,它指示线程在操作系统内核中运行代码所用的时间。</returns>
744       <exception cref="T:System.ComponentModel.Win32Exception">未能检索到线程时间。</exception>
745       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
746       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
747       <filterpriority>2</filterpriority>
748       <PermissionSet>
749         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
750       </PermissionSet>
751     </member>
752     <member name="P:System.Diagnostics.ProcessThread.ProcessorAffinity">
753       <summary>设置关联线程可以在其上运行的处理器。</summary>
754       <returns>指向一组位的 <see cref="T:System.IntPtr" />,每个位表示该线程可在其上运行的一个处理器。</returns>
755       <exception cref="T:System.ComponentModel.Win32Exception">未能设置处理器关联。</exception>
756       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
757       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
758       <filterpriority>2</filterpriority>
759       <PermissionSet>
760         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
761       </PermissionSet>
762     </member>
763     <member name="M:System.Diagnostics.ProcessThread.ResetIdealProcessor">
764       <summary>重置此线程的理想处理器,以指示没有单个的理想处理器。换言之,任何处理器都是理想处理器。</summary>
765       <exception cref="T:System.ComponentModel.Win32Exception">未能重置理想处理器。</exception>
766       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
767       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
768       <filterpriority>2</filterpriority>
769       <PermissionSet>
770         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
771       </PermissionSet>
772     </member>
773     <member name="P:System.Diagnostics.ProcessThread.StartAddress">
774       <summary>获取操作系统调用的、启动此线程的函数的内存地址。</summary>
775       <returns>线程的起始地址,它指向线程执行的应用程序定义的函数。</returns>
776       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
777       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
778       <filterpriority>2</filterpriority>
779       <PermissionSet>
780         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
781       </PermissionSet>
782     </member>
783     <member name="P:System.Diagnostics.ProcessThread.StartTime">
784       <summary>获取操作系统启动该线程的时间。</summary>
785       <returns>
786         <see cref="T:System.DateTime" />,它表示操作系统启动该线程时系统上的时间。</returns>
787       <exception cref="T:System.ComponentModel.Win32Exception">未能检索到线程时间。</exception>
788       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
789       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
790       <filterpriority>2</filterpriority>
791       <PermissionSet>
792         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
793       </PermissionSet>
794     </member>
795     <member name="P:System.Diagnostics.ProcessThread.ThreadState">
796       <summary>获取此线程的当前状态。</summary>
797       <returns>指示线程执行情况的 <see cref="T:System.Diagnostics.ThreadState" />(例如运行、等待或终止)。</returns>
798       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
799       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
800       <filterpriority>2</filterpriority>
801       <PermissionSet>
802         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
803       </PermissionSet>
804     </member>
805     <member name="P:System.Diagnostics.ProcessThread.TotalProcessorTime">
806       <summary>获取此线程使用处理器的时间总量。</summary>
807       <returns>
808         <see cref="T:System.TimeSpan" />,它指示线程控制处理器的时间。</returns>
809       <exception cref="T:System.ComponentModel.Win32Exception">未能检索到线程时间。</exception>
810       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
811       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
812       <filterpriority>2</filterpriority>
813       <PermissionSet>
814         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
815       </PermissionSet>
816     </member>
817     <member name="P:System.Diagnostics.ProcessThread.UserProcessorTime">
818       <summary>获取关联的线程在应用程序内运行代码所用的时间。</summary>
819       <returns>
820         <see cref="T:System.TimeSpan" />,它指示线程在应用程序内(相对于在操作系统内核中)运行代码所用的时间。</returns>
821       <exception cref="T:System.ComponentModel.Win32Exception">未能检索到线程时间。</exception>
822       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
823       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
824       <filterpriority>2</filterpriority>
825       <PermissionSet>
826         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
827       </PermissionSet>
828     </member>
829     <member name="P:System.Diagnostics.ProcessThread.WaitReason">
830       <summary>获取线程等待的原因。</summary>
831       <returns>一个 <see cref="T:System.Diagnostics.ThreadWaitReason" />,表示线程处于等待状态的原因。</returns>
832       <exception cref="T:System.InvalidOperationException">线程不在等待状态。</exception>
833       <exception cref="T:System.PlatformNotSupportedException">平台为 Windows 98 或 Windows Millennium Edition。</exception>
834       <exception cref="T:System.NotSupportedException">进程在远程计算机上。</exception>
835       <filterpriority>2</filterpriority>
836       <PermissionSet>
837         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
838       </PermissionSet>
839     </member>
840     <member name="T:System.Diagnostics.ProcessThreadCollection">
841       <summary>提供 <see cref="T:System.Diagnostics.ProcessThread" /> 对象的强类型集合。</summary>
842       <filterpriority>2</filterpriority>
843     </member>
844     <member name="M:System.Diagnostics.ProcessThreadCollection.#ctor">
845       <summary>在没有关联的 <see cref="T:System.Diagnostics.ProcessThread" /> 实例的情况下,初始化 <see cref="T:System.Diagnostics.ProcessThreadCollection" /> 类的新实例。</summary>
846     </member>
847     <member name="M:System.Diagnostics.ProcessThreadCollection.#ctor(System.Diagnostics.ProcessThread[])">
848       <summary>使用指定的 <see cref="T:System.Diagnostics.ProcessThread" /> 实例数组来初始化 <see cref="T:System.Diagnostics.ProcessThreadCollection" /> 类的新实例。</summary>
849       <param name="processThreads">用来初始化该 <see cref="T:System.Diagnostics.ProcessThreadCollection" /> 实例的 <see cref="T:System.Diagnostics.ProcessThread" /> 实例的数组。</param>
850     </member>
851     <member name="M:System.Diagnostics.ProcessThreadCollection.Add(System.Diagnostics.ProcessThread)">
852       <summary>将进程线程附加到集合。</summary>
853       <returns>集合中线程的从零开始的索引。</returns>
854       <param name="thread">要添加到集合中的线程。</param>
855       <filterpriority>2</filterpriority>
856     </member>
857     <member name="M:System.Diagnostics.ProcessThreadCollection.Contains(System.Diagnostics.ProcessThread)">
858       <summary>确定集合中是否存在指定的进程线程。</summary>
859       <returns>如果集合中存在该线程,则为 true;否则为 false。</returns>
860       <param name="thread">一个 <see cref="T:System.Diagnostics.ProcessThread" /> 实例,它指示要在该集合中查找的线程。</param>
861       <filterpriority>2</filterpriority>
862     </member>
863     <member name="M:System.Diagnostics.ProcessThreadCollection.CopyTo(System.Diagnostics.ProcessThread[],System.Int32)">
864       <summary>将 <see cref="T:System.Diagnostics.ProcessThread" /> 实例的数组复制到集合的指定索引处。</summary>
865       <param name="array">要添加到集合的 <see cref="T:System.Diagnostics.ProcessThread" /> 实例的数组。</param>
866       <param name="index">要添加新实例的位置。</param>
867       <filterpriority>2</filterpriority>
868     </member>
869     <member name="P:System.Diagnostics.ProcessThreadCollection.Count"></member>
870     <member name="M:System.Diagnostics.ProcessThreadCollection.GetEnumerator"></member>
871     <member name="M:System.Diagnostics.ProcessThreadCollection.IndexOf(System.Diagnostics.ProcessThread)">
872       <summary>提供指定线程在集合中的位置。</summary>
873       <returns>从零开始的索引,它定义线程在 <see cref="T:System.Diagnostics.ProcessThreadCollection" /> 中的位置。</returns>
874       <param name="thread">检索其索引的 <see cref="T:System.Diagnostics.ProcessThread" />。</param>
875       <filterpriority>2</filterpriority>
876     </member>
877     <member name="M:System.Diagnostics.ProcessThreadCollection.Insert(System.Int32,System.Diagnostics.ProcessThread)">
878       <summary>在集合中的指定位置插入进程线程。</summary>
879       <param name="index">从零开始的索引,指示插入线程的位置。</param>
880       <param name="thread">要插入到集合中的线程。</param>
881       <filterpriority>2</filterpriority>
882     </member>
883     <member name="P:System.Diagnostics.ProcessThreadCollection.Item(System.Int32)">
884       <summary>获取用于循环访问进程线程集的索引。</summary>
885       <returns>一个 <see cref="T:System.Diagnostics.ProcessThread" />,它对集合中的线程进行索引。</returns>
886       <param name="index">集合中该值的从零开始的索引。</param>
887       <filterpriority>2</filterpriority>
888     </member>
889     <member name="M:System.Diagnostics.ProcessThreadCollection.Remove(System.Diagnostics.ProcessThread)">
890       <summary>从集合中删除进程线程。</summary>
891       <param name="thread">要从该集合中移除的线程。</param>
892       <filterpriority>2</filterpriority>
893     </member>
894     <member name="M:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"></member>
895     <member name="P:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#IsSynchronized"></member>
896     <member name="P:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#SyncRoot"></member>
897     <member name="T:System.Diagnostics.ThreadPriorityLevel">
898       <summary>指定线程的优先级别。</summary>
899       <filterpriority>2</filterpriority>
900     </member>
901     <member name="F:System.Diagnostics.ThreadPriorityLevel.AboveNormal">
902       <summary>指定的优先级比关联的 <see cref="T:System.Diagnostics.ProcessPriorityClass" /> 的普通优先级高一级。</summary>
903     </member>
904     <member name="F:System.Diagnostics.ThreadPriorityLevel.BelowNormal">
905       <summary>指定的优先级比关联的 <see cref="T:System.Diagnostics.ProcessPriorityClass" /> 的普通优先级低一级。</summary>
906     </member>
907     <member name="F:System.Diagnostics.ThreadPriorityLevel.Highest">
908       <summary>指定最高优先级。这比关联的 <see cref="T:System.Diagnostics.ProcessPriorityClass" /> 的普通优先级高两级。</summary>
909     </member>
910     <member name="F:System.Diagnostics.ThreadPriorityLevel.Idle">
911       <summary>指定空闲优先级。它是所有线程的可能的最低优先级值,与关联的 <see cref="T:System.Diagnostics.ProcessPriorityClass" /> 的值无关。</summary>
912     </member>
913     <member name="F:System.Diagnostics.ThreadPriorityLevel.Lowest">
914       <summary>指定最低优先级。这比关联的 <see cref="T:System.Diagnostics.ProcessPriorityClass" /> 的普通优先级低两级。</summary>
915     </member>
916     <member name="F:System.Diagnostics.ThreadPriorityLevel.Normal">
917       <summary>指定关联的 <see cref="T:System.Diagnostics.ProcessPriorityClass" /> 的普通优先级。</summary>
918     </member>
919     <member name="F:System.Diagnostics.ThreadPriorityLevel.TimeCritical">
920       <summary>指定时间关键优先级。这是所有线程中的最高优先级,与关联的 <see cref="T:System.Diagnostics.ProcessPriorityClass" /> 的值无关。</summary>
921     </member>
922     <member name="T:System.Diagnostics.ThreadState">
923       <summary>指定线程的当前执行状态。</summary>
924       <filterpriority>1</filterpriority>
925     </member>
926     <member name="F:System.Diagnostics.ThreadState.Initialized">
927       <summary>此状态指示线程已初始化但尚未启动。</summary>
928     </member>
929     <member name="F:System.Diagnostics.ThreadState.Ready">
930       <summary>此状态指示线程因无可用的处理器而等待使用处理器。线程准备在下一个可用的处理器上运行。</summary>
931     </member>
932     <member name="F:System.Diagnostics.ThreadState.Running">
933       <summary>此状态指示线程当前正在使用处理器。</summary>
934     </member>
935     <member name="F:System.Diagnostics.ThreadState.Standby">
936       <summary>此状态指示线程将要使用处理器。一次只能有一个线程处于此状态。</summary>
937     </member>
938     <member name="F:System.Diagnostics.ThreadState.Terminated">
939       <summary>此状态指示线程已完成执行并已退出。</summary>
940     </member>
941     <member name="F:System.Diagnostics.ThreadState.Transition">
942       <summary>此状态指示线程在可以执行前等待处理器之外的资源。例如,它可能正在等待其执行堆栈从磁盘中分页。</summary>
943     </member>
944     <member name="F:System.Diagnostics.ThreadState.Unknown">
945       <summary>线程的状态未知。</summary>
946     </member>
947     <member name="F:System.Diagnostics.ThreadState.Wait">
948       <summary>此状态指示线程尚未准备好使用处理器,因为它正在等待外围操作完成或等待资源释放。当线程就绪后,将对其进行重排。</summary>
949     </member>
950     <member name="T:System.Diagnostics.ThreadWaitReason">
951       <summary>指定线程等待的原因。</summary>
952       <filterpriority>2</filterpriority>
953     </member>
954     <member name="F:System.Diagnostics.ThreadWaitReason.EventPairHigh">
955       <summary>线程正在等待事件对高。</summary>
956     </member>
957     <member name="F:System.Diagnostics.ThreadWaitReason.EventPairLow">
958       <summary>线程正在等待事件对低。</summary>
959     </member>
960     <member name="F:System.Diagnostics.ThreadWaitReason.ExecutionDelay">
961       <summary>线程执行延迟。</summary>
962     </member>
963     <member name="F:System.Diagnostics.ThreadWaitReason.Executive">
964       <summary>线程正在等待计划程序。</summary>
965     </member>
966     <member name="F:System.Diagnostics.ThreadWaitReason.FreePage">
967       <summary>线程正在等待可用的虚拟内存页。</summary>
968     </member>
969     <member name="F:System.Diagnostics.ThreadWaitReason.LpcReceive">
970       <summary>线程正在等待本地过程调用到达。</summary>
971     </member>
972     <member name="F:System.Diagnostics.ThreadWaitReason.LpcReply">
973       <summary>线程正在等待对本地过程调用的回复到达。</summary>
974     </member>
975     <member name="F:System.Diagnostics.ThreadWaitReason.PageIn">
976       <summary>线程正在等待虚拟内存页到达内存。</summary>
977     </member>
978     <member name="F:System.Diagnostics.ThreadWaitReason.PageOut">
979       <summary>线程正在等待虚拟内存页写入磁盘。</summary>
980     </member>
981     <member name="F:System.Diagnostics.ThreadWaitReason.Suspended">
982       <summary>线程执行暂停。</summary>
983     </member>
984     <member name="F:System.Diagnostics.ThreadWaitReason.SystemAllocation">
985       <summary>线程正在等待系统分配。</summary>
986     </member>
987     <member name="F:System.Diagnostics.ThreadWaitReason.Unknown">
988       <summary>线程正在因未知原因而等待。</summary>
989     </member>
990     <member name="F:System.Diagnostics.ThreadWaitReason.UserRequest">
991       <summary>线程正在等待用户请求。</summary>
992     </member>
993     <member name="F:System.Diagnostics.ThreadWaitReason.VirtualMemory">
994       <summary>线程正在等待系统分配虚拟内存。</summary>
995     </member>
996   </members>
997 </doc>