[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.Diagnostics.Process.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>System.Diagnostics.Process</name>
4   </assembly>
5   <members>
6     <member name="T:System.Diagnostics.MonitoringDescriptionAttribute">
7       <summary>Specifies a description for a property or event.</summary>
8     </member>
9     <member name="M:System.Diagnostics.MonitoringDescriptionAttribute.#ctor(System.String)">
10       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.MonitoringDescriptionAttribute"></see> class, using the specified description.</summary>
11       <param name="description">The application-defined description text.</param>
12     </member>
13     <member name="P:System.Diagnostics.MonitoringDescriptionAttribute.Description">
14       <summary>Gets description text associated with the item monitored.</summary>
15       <returns>An application-defined description.</returns>
16     </member>
17     <member name="T:System.Diagnostics.DataReceivedEventHandler">
18       <summary>Represents the method that will handle the <see cref="E:System.Diagnostics.Process.OutputDataReceived"></see> event or <see cref="E:System.Diagnostics.Process.ErrorDataReceived"></see> event of a <see cref="T:System.Diagnostics.Process"></see>.</summary>
19       <param name="sender">The source of the event.</param>
20       <param name="e">A <see cref="T:System.Diagnostics.DataReceivedEventArgs"></see> that contains the event data.</param>
21     </member>
22     <member name="T:System.Diagnostics.DataReceivedEventArgs">
23       <summary>Provides data for the <see cref="E:System.Diagnostics.Process.OutputDataReceived"></see> and <see cref="E:System.Diagnostics.Process.ErrorDataReceived"></see> events.</summary>
24     </member>
25     <member name="P:System.Diagnostics.DataReceivedEventArgs.Data">
26       <summary>Gets the line of characters that was written to a redirected <see cref="T:System.Diagnostics.Process"></see> output stream.</summary>
27       <returns>The line that was written by an associated <see cref="T:System.Diagnostics.Process"></see> to its redirected <see cref="P:System.Diagnostics.Process.StandardOutput"></see> or <see cref="P:System.Diagnostics.Process.StandardError"></see> stream.</returns>
28     </member>
29     <member name="T:System.Diagnostics.ProcessPriorityClass">
30       <summary>Indicates the priority that the system associates with a process. This value, together with the priority value of each thread of the process, determines each thread&amp;#39;s base priority level.</summary>
31     </member>
32     <member name="F:System.Diagnostics.ProcessPriorityClass.AboveNormal">
33       <summary>Specifies that the process has priority above <see langword="Normal"></see> but below <see cref="F:System.Diagnostics.ProcessPriorityClass.High"></see>.</summary>
34       <returns></returns>
35     </member>
36     <member name="F:System.Diagnostics.ProcessPriorityClass.BelowNormal">
37       <summary>Specifies that the process has priority above <see langword="Idle"></see> but below <see langword="Normal"></see>.</summary>
38       <returns></returns>
39     </member>
40     <member name="F:System.Diagnostics.ProcessPriorityClass.High">
41       <summary>Specifies that the process performs time-critical tasks that must be executed immediately, such as the <see langword="Task List"></see> dialog, which must respond quickly when called by the user, regardless of the load on the operating system. The threads of the process preempt the threads of normal or idle priority class processes.</summary>
42       <returns></returns>
43     </member>
44     <member name="F:System.Diagnostics.ProcessPriorityClass.Idle">
45       <summary>Specifies that the threads of this process run only when the system is idle, such as a screen saver. The threads of the process are preempted by the threads of any process running in a higher priority class.</summary>
46       <returns></returns>
47     </member>
48     <member name="F:System.Diagnostics.ProcessPriorityClass.Normal">
49       <summary>Specifies that the process has no special scheduling needs.</summary>
50       <returns></returns>
51     </member>
52     <member name="F:System.Diagnostics.ProcessPriorityClass.RealTime">
53       <summary>Specifies that the process has the highest possible priority.</summary>
54       <returns></returns>
55     </member>
56     <member name="T:System.Diagnostics.ProcessModuleCollection">
57       <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.ProcessModule"></see> objects.</summary>
58     </member>
59     <member name="M:System.Diagnostics.ProcessModuleCollection.#ctor">
60       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessModuleCollection"></see> class, with no associated <see cref="T:System.Diagnostics.ProcessModule"></see> instances.</summary>
61     </member>
62     <member name="M:System.Diagnostics.ProcessModuleCollection.#ctor(System.Diagnostics.ProcessModule[])">
63       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessModuleCollection"></see> class, using the specified array of <see cref="T:System.Diagnostics.ProcessModule"></see> instances.</summary>
64       <param name="processModules">An array of <see cref="T:System.Diagnostics.ProcessModule"></see> instances with which to initialize this <see cref="T:System.Diagnostics.ProcessModuleCollection"></see> instance.</param>
65     </member>
66     <member name="M:System.Diagnostics.ProcessModuleCollection.Contains(System.Diagnostics.ProcessModule)">
67       <summary>Determines whether the specified process module exists in the collection.</summary>
68       <param name="module">A <see cref="T:System.Diagnostics.ProcessModule"></see> instance that indicates the module to find in this collection.</param>
69       <returns><see langword="true"></see> if the module exists in the collection; otherwise, <see langword="false"></see>.</returns>
70     </member>
71     <member name="M:System.Diagnostics.ProcessModuleCollection.CopyTo(System.Diagnostics.ProcessModule[],System.Int32)">
72       <summary>Copies an array of <see cref="T:System.Diagnostics.ProcessModule"></see> instances to the collection, at the specified index.</summary>
73       <param name="array">An array of <see cref="T:System.Diagnostics.ProcessModule"></see> instances to add to the collection.</param>
74       <param name="index">The location at which to add the new instances.</param>
75     </member>
76     <member name="P:System.Diagnostics.ProcessModuleCollection.Count">
77       <returns></returns>
78     </member>
79     <member name="M:System.Diagnostics.ProcessModuleCollection.GetEnumerator">
80       <returns></returns>
81     </member>
82     <member name="M:System.Diagnostics.ProcessModuleCollection.IndexOf(System.Diagnostics.ProcessModule)">
83       <summary>Provides the location of a specified module within the collection.</summary>
84       <param name="module">The <see cref="T:System.Diagnostics.ProcessModule"></see> whose index is retrieved.</param>
85       <returns>The zero-based index that defines the location of the module within the <see cref="T:System.Diagnostics.ProcessModuleCollection"></see>.</returns>
86     </member>
87     <member name="P:System.Diagnostics.ProcessModuleCollection.Item(System.Int32)">
88       <summary>Gets an index for iterating over the set of process modules.</summary>
89       <param name="index">The zero-based index value of the module in the collection.</param>
90       <returns>A <see cref="T:System.Diagnostics.ProcessModule"></see> that indexes the modules in the collection</returns>
91     </member>
92     <member name="M:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
93       <param name="array"></param>
94       <param name="index"></param>
95     </member>
96     <member name="P:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#IsSynchronized">
97       <returns></returns>
98     </member>
99     <member name="P:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#SyncRoot">
100       <returns></returns>
101     </member>
102     <member name="T:System.Diagnostics.ProcessModule">
103       <summary>Represents a.dll or .exe file that is loaded into a particular process.</summary>
104     </member>
105     <member name="P:System.Diagnostics.ProcessModule.BaseAddress">
106       <summary>Gets the memory address where the module was loaded.</summary>
107       <returns>The load address of the module.</returns>
108     </member>
109     <member name="P:System.Diagnostics.ProcessModule.EntryPointAddress">
110       <summary>Gets the memory address for the function that runs when the system loads and runs the module.</summary>
111       <returns>The entry point of the module.</returns>
112     </member>
113     <member name="P:System.Diagnostics.ProcessModule.FileName">
114       <summary>Gets the full path to the module.</summary>
115       <returns>The fully qualified path that defines the location of the module.</returns>
116     </member>
117     <member name="P:System.Diagnostics.ProcessModule.FileVersionInfo">
118       <summary>Gets version information about the module.</summary>
119       <returns>A <see cref="T:System.Diagnostics.FileVersionInfo"></see> that contains the module&amp;#39;s version information.</returns>
120     </member>
121     <member name="P:System.Diagnostics.ProcessModule.ModuleMemorySize">
122       <summary>Gets the amount of memory that is required to load the module.</summary>
123       <returns>The size, in bytes, of the memory that the module occupies.</returns>
124     </member>
125     <member name="P:System.Diagnostics.ProcessModule.ModuleName">
126       <summary>Gets the name of the process module.</summary>
127       <returns>The name of the module.</returns>
128     </member>
129     <member name="M:System.Diagnostics.ProcessModule.ToString">
130       <summary>Converts the name of the module to a string.</summary>
131       <returns>The value of the <see cref="P:System.Diagnostics.ProcessModule.ModuleName"></see> property.</returns>
132     </member>
133     <member name="T:System.Diagnostics.Process">
134       <summary>Provides access to local and remote processes and enables you to start and stop local system processes.</summary>
135     </member>
136     <member name="M:System.Diagnostics.Process.#ctor">
137       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Process"></see> class.</summary>
138     </member>
139     <member name="P:System.Diagnostics.Process.BasePriority">
140       <summary>Gets the base priority of the associated process.</summary>
141       <returns>The base priority, which is computed from the <see cref="P:System.Diagnostics.Process.PriorityClass"></see> of the associated process.</returns>
142       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
143       <exception cref="T:System.InvalidOperationException">The process has exited.  
144  -or-  
145  The process has not started, so there is no process ID.</exception>
146     </member>
147     <member name="M:System.Diagnostics.Process.BeginErrorReadLine">
148       <summary>Begins asynchronous read operations on the redirected <see cref="P:System.Diagnostics.Process.StandardError"></see> stream of the application.</summary>
149       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardError"></see> property is <see langword="false"></see>.  
150  - or -  
151  An asynchronous read operation is already in progress on the <see cref="System.Diagnostics.Process.StandardError"></see> stream.  
152  - or -  
153  The <see cref="System.Diagnostics.Process.StandardError"></see> stream has been used by a synchronous read operation.</exception>
154     </member>
155     <member name="M:System.Diagnostics.Process.BeginOutputReadLine">
156       <summary>Begins asynchronous read operations on the redirected <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream of the application.</summary>
157       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardOutput"></see> property is <see langword="false"></see>.  
158  - or -  
159  An asynchronous read operation is already in progress on the <see cref="System.Diagnostics.Process.StandardOutput"></see> stream.  
160  - or -  
161  The <see cref="System.Diagnostics.Process.StandardOutput"></see> stream has been used by a synchronous read operation.</exception>
162     </member>
163     <member name="M:System.Diagnostics.Process.CancelErrorRead">
164       <summary>Cancels the asynchronous read operation on the redirected <see cref="P:System.Diagnostics.Process.StandardError"></see> stream of an application.</summary>
165       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.Process.StandardError"></see> stream is not enabled for asynchronous read operations.</exception>
166     </member>
167     <member name="M:System.Diagnostics.Process.CancelOutputRead">
168       <summary>Cancels the asynchronous read operation on the redirected <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream of an application.</summary>
169       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.Process.StandardOutput"></see> stream is not enabled for asynchronous read operations.</exception>
170     </member>
171     <member name="M:System.Diagnostics.Process.Close">
172       <summary>Frees all the resources that are associated with this component.</summary>
173     </member>
174     <member name="M:System.Diagnostics.Process.CloseMainWindow">
175       <summary>Closes a process that has a user interface by sending a close message to its main window.</summary>
176       <returns><see langword="true"></see> if the close message was successfully sent; <see langword="false"></see> if the associated process does not have a main window or if the main window is disabled (for example if a modal dialog is being shown).</returns>
177       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
178       <exception cref="T:System.InvalidOperationException">The process has already exited.  
179  -or-  
180  No process is associated with this <see cref="System.Diagnostics.Process"></see> object.</exception>
181     </member>
182     <member name="M:System.Diagnostics.Process.Dispose(System.Boolean)">
183       <summary>Release all resources used by this process.</summary>
184       <param name="disposing"><see langword="true"></see> to release both managed and unmanaged resources; <see langword="false"></see> to release only unmanaged resources.</param>
185     </member>
186     <member name="M:System.Diagnostics.Process.Dispose">
187       
188     </member>
189     <member name="P:System.Diagnostics.Process.EnableRaisingEvents">
190       <summary>Gets or sets whether the <see cref="E:System.Diagnostics.Process.Exited"></see> event should be raised when the process terminates.</summary>
191       <returns><see langword="true"></see> if the <see cref="E:System.Diagnostics.Process.Exited"></see> event should be raised when the associated process is terminated (through either an exit or a call to <see cref="M:System.Diagnostics.Process.Kill"></see>); otherwise, <see langword="false"></see>. The default is <see langword="false"></see>. Note that the <see cref="E:System.Diagnostics.Process.Exited"></see> event is raised even if the value of <see cref="P:System.Diagnostics.Process.EnableRaisingEvents"></see> is <see langword="false"></see> when the process exits during or before the user performs a <see cref="P:System.Diagnostics.Process.HasExited"></see> check.</returns>
192     </member>
193     <member name="M:System.Diagnostics.Process.EnterDebugMode">
194       <summary>Puts a <see cref="T:System.Diagnostics.Process"></see> component in state to interact with operating system processes that run in a special mode by enabling the native property <see langword="SeDebugPrivilege"></see> on the current thread.</summary>
195     </member>
196     <member name="E:System.Diagnostics.Process.ErrorDataReceived">
197       <summary>Occurs when an application writes to its redirected <see cref="P:System.Diagnostics.Process.StandardError"></see> stream.</summary>
198     </member>
199     <member name="P:System.Diagnostics.Process.ExitCode">
200       <summary>Gets the value that the associated process specified when it terminated.</summary>
201       <returns>The code that the associated process specified when it terminated.</returns>
202       <exception cref="T:System.InvalidOperationException">The process has not exited.  
203  -or-  
204  The process <see cref="System.Diagnostics.Process.Handle"></see> is not valid.</exception>
205       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.ExitCode"></see> 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>
206     </member>
207     <member name="E:System.Diagnostics.Process.Exited">
208       <summary>Occurs when a process exits.</summary>
209     </member>
210     <member name="P:System.Diagnostics.Process.ExitTime">
211       <summary>Gets the time that the associated process exited.</summary>
212       <returns>A <see cref="T:System.DateTime"></see> that indicates when the associated process was terminated.</returns>
213       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
214       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.ExitTime"></see> 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>
215     </member>
216     <member name="M:System.Diagnostics.Process.GetCurrentProcess">
217       <summary>Gets a new <see cref="T:System.Diagnostics.Process"></see> component and associates it with the currently active process.</summary>
218       <returns>A new <see cref="T:System.Diagnostics.Process"></see> component associated with the process resource that is running the calling application.</returns>
219     </member>
220     <member name="M:System.Diagnostics.Process.GetProcessById(System.Int32)">
221       <summary>Returns a new <see cref="T:System.Diagnostics.Process"></see> component, given the identifier of a process on the local computer.</summary>
222       <param name="processId">The system-unique identifier of a process resource.</param>
223       <returns>A <see cref="T:System.Diagnostics.Process"></see> component that is associated with the local process resource identified by the <paramref name="processId">processId</paramref> parameter.</returns>
224       <exception cref="T:System.ArgumentException">The process specified by the <paramref name="processId">processId</paramref> parameter is not running. The identifier might be expired.</exception>
225       <exception cref="T:System.InvalidOperationException">The process was not started by this object.</exception>
226     </member>
227     <member name="M:System.Diagnostics.Process.GetProcessById(System.Int32,System.String)">
228       <summary>Returns a new <see cref="T:System.Diagnostics.Process"></see> component, given a process identifier and the name of a computer on the network.</summary>
229       <param name="processId">The system-unique identifier of a process resource.</param>
230       <param name="machineName">The name of a computer on the network.</param>
231       <returns>A <see cref="T:System.Diagnostics.Process"></see> component that is associated with a remote process resource identified by the <paramref name="processId">processId</paramref> parameter.</returns>
232       <exception cref="T:System.ArgumentException">The process specified by the <paramref name="processId">processId</paramref> parameter is not running. The identifier might be expired.  
233  -or-  
234  The <paramref name="machineName">machineName</paramref> parameter syntax is invalid. The name might have length zero (0).</exception>
235       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName">machineName</paramref> parameter is <see langword="null"></see>.</exception>
236       <exception cref="T:System.InvalidOperationException">The process was not started by this object.</exception>
237     </member>
238     <member name="M:System.Diagnostics.Process.GetProcesses(System.String)">
239       <summary>Creates a new <see cref="T:System.Diagnostics.Process"></see> component for each process resource on the specified computer.</summary>
240       <param name="machineName">The computer from which to read the list of processes.</param>
241       <returns>An array of type <see cref="T:System.Diagnostics.Process"></see> that represents all the process resources running on the specified computer.</returns>
242       <exception cref="T:System.ArgumentException">The <paramref name="machineName">machineName</paramref> parameter syntax is invalid. It might have length zero (0).</exception>
243       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName">machineName</paramref> parameter is <see langword="null"></see>.</exception>
244       <exception cref="T:System.PlatformNotSupportedException">The operating system platform does not support this operation on remote computers.</exception>
245       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API&amp;#39;s used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
246       <exception cref="T:System.ComponentModel.Win32Exception">A problem occurred accessing an underlying system API.</exception>
247     </member>
248     <member name="M:System.Diagnostics.Process.GetProcesses">
249       <summary>Creates a new <see cref="T:System.Diagnostics.Process"></see> component for each process resource on the local computer.</summary>
250       <returns>An array of type <see cref="T:System.Diagnostics.Process"></see> that represents all the process resources running on the local computer.</returns>
251     </member>
252     <member name="M:System.Diagnostics.Process.GetProcessesByName(System.String)">
253       <summary>Creates an array of new <see cref="T:System.Diagnostics.Process"></see> components and associates them with all the process resources on the local computer that share the specified process name.</summary>
254       <param name="processName">The friendly name of the process.</param>
255       <returns>An array of type <see cref="T:System.Diagnostics.Process"></see> that represents the process resources running the specified application or file.</returns>
256       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API&amp;#39;s used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
257     </member>
258     <member name="M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String)">
259       <summary>Creates an array of new <see cref="T:System.Diagnostics.Process"></see> components and associates them with all the process resources on a remote computer that share the specified process name.</summary>
260       <param name="processName">The friendly name of the process.</param>
261       <param name="machineName">The name of a computer on the network.</param>
262       <returns>An array of type <see cref="T:System.Diagnostics.Process"></see> that represents the process resources running the specified application or file.</returns>
263       <exception cref="T:System.ArgumentException">The <paramref name="machineName">machineName</paramref> parameter syntax is invalid. It might have length zero (0).</exception>
264       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName">machineName</paramref> parameter is <see langword="null"></see>.</exception>
265       <exception cref="T:System.PlatformNotSupportedException">The operating system platform does not support this operation on remote computers.</exception>
266       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API&amp;#39;s used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
267       <exception cref="T:System.ComponentModel.Win32Exception">A problem occurred accessing an underlying system API.</exception>
268     </member>
269     <member name="P:System.Diagnostics.Process.Handle">
270       <summary>Gets the native handle of the associated process.</summary>
271       <returns>The handle that the operating system assigned to the associated process when the process was started. The system uses this handle to keep track of process attributes.</returns>
272       <exception cref="T:System.InvalidOperationException">The process has not been started or has exited. The <see cref="System.Diagnostics.Process.Handle"></see> property cannot be read because there is no process associated with this <see cref="System.Diagnostics.Process"></see> instance.  
273  -or-  
274  The <see cref="System.Diagnostics.Process"></see> instance has been attached to a running process but you do not have the necessary permissions to get a handle with full access rights.</exception>
275       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.Handle"></see> 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>
276     </member>
277     <member name="P:System.Diagnostics.Process.HandleCount">
278       <summary>Gets the number of handles opened by the process.</summary>
279       <returns>The number of operating system handles the process has opened.</returns>
280       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
281     </member>
282     <member name="P:System.Diagnostics.Process.HasExited">
283       <summary>Gets a value indicating whether the associated process has been terminated.</summary>
284       <returns><see langword="true"></see> if the operating system process referenced by the <see cref="T:System.Diagnostics.Process"></see> component has terminated; otherwise, <see langword="false"></see>.</returns>
285       <exception cref="T:System.InvalidOperationException">There is no process associated with the object.</exception>
286       <exception cref="T:System.ComponentModel.Win32Exception">The exit code for the process could not be retrieved.</exception>
287       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.HasExited"></see> 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>
288     </member>
289     <member name="P:System.Diagnostics.Process.Id">
290       <summary>Gets the unique identifier for the associated process.</summary>
291       <returns>The system-generated unique identifier of the process that is referenced by this <see cref="T:System.Diagnostics.Process"></see> instance.</returns>
292       <exception cref="T:System.InvalidOperationException">The process&amp;#39;s <see cref="System.Diagnostics.Process.Id"></see> property has not been set.  
293  -or-  
294  There is no process associated with this <see cref="System.Diagnostics.Process"></see> object.</exception>
295       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
296     </member>
297     <member name="M:System.Diagnostics.Process.Kill">
298       <summary>Immediately stops the associated process.</summary>
299       <exception cref="T:System.ComponentModel.Win32Exception">The associated process could not be terminated.  
300  -or-  
301  The process is terminating.  
302  -or-  
303  The associated process is a Win16 executable.</exception>
304       <exception cref="T:System.NotSupportedException">You are attempting to call <see cref="System.Diagnostics.Process.Kill"></see> for a process that is running on a remote computer. The method is available only for processes running on the local computer.</exception>
305       <exception cref="T:System.InvalidOperationException">The process has already exited.  
306  -or-  
307  There is no process associated with this <see cref="System.Diagnostics.Process"></see> object.</exception>
308     </member>
309     <member name="M:System.Diagnostics.Process.LeaveDebugMode">
310       <summary>Takes a <see cref="T:System.Diagnostics.Process"></see> component out of the state that lets it interact with operating system processes that run in a special mode.</summary>
311     </member>
312     <member name="P:System.Diagnostics.Process.MachineName">
313       <summary>Gets the name of the computer the associated process is running on.</summary>
314       <returns>The name of the computer that the associated process is running on.</returns>
315       <exception cref="T:System.InvalidOperationException">There is no process associated with this <see cref="System.Diagnostics.Process"></see> object.</exception>
316     </member>
317     <member name="P:System.Diagnostics.Process.MainModule">
318       <summary>Gets the main module for the associated process.</summary>
319       <returns>The <see cref="T:System.Diagnostics.ProcessModule"></see> that was used to start the process.</returns>
320       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.MainModule"></see> 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>
321       <exception cref="T:System.ComponentModel.Win32Exception">A 32-bit process is trying to access the modules of a 64-bit process.</exception>
322       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
323       <exception cref="T:System.InvalidOperationException">The process <see cref="System.Diagnostics.Process.Id"></see> is not available.  
324  -or-  
325  The process has exited.</exception>
326     </member>
327     <member name="P:System.Diagnostics.Process.MainWindowHandle">
328       <summary>Gets the window handle of the main window of the associated process.</summary>
329       <returns>The system-generated window handle of the main window of the associated process.</returns>
330       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.Process.MainWindowHandle"></see> is not defined because the process has exited.</exception>
331       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.MainWindowHandle"></see> 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>
332       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
333     </member>
334     <member name="P:System.Diagnostics.Process.MainWindowTitle">
335       <summary>Gets the caption of the main window of the process.</summary>
336       <returns>The main window title of the process.</returns>
337       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.Process.MainWindowTitle"></see> property is not defined because the process has exited.</exception>
338       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.MainWindowTitle"></see> 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>
339       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
340     </member>
341     <member name="P:System.Diagnostics.Process.MaxWorkingSet">
342       <summary>Gets or sets the maximum allowable working set size, in bytes, for the associated process.</summary>
343       <returns>The maximum working set size that is allowed in memory for the process, in bytes.</returns>
344       <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>
345       <exception cref="T:System.ComponentModel.Win32Exception">Working set information cannot be retrieved from the associated process resource.  
346  -or-  
347  The process identifier or process handle is zero because the process has not been started.</exception>
348       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.MaxWorkingSet"></see> 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>
349       <exception cref="T:System.InvalidOperationException">The process <see cref="System.Diagnostics.Process.Id"></see> is not available.  
350  -or-  
351  The process has exited.</exception>
352       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
353     </member>
354     <member name="P:System.Diagnostics.Process.MinWorkingSet">
355       <summary>Gets or sets the minimum allowable working set size, in bytes, for the associated process.</summary>
356       <returns>The minimum working set size that is required in memory for the process, in bytes.</returns>
357       <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>
358       <exception cref="T:System.ComponentModel.Win32Exception">Working set information cannot be retrieved from the associated process resource.  
359  -or-  
360  The process identifier or process handle is zero because the process has not been started.</exception>
361       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="System.Diagnostics.Process.MinWorkingSet"></see> 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>
362       <exception cref="T:System.InvalidOperationException">The process <see cref="System.Diagnostics.Process.Id"></see> is not available.  
363  -or-  
364  The process has exited.</exception>
365       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
366     </member>
367     <member name="P:System.Diagnostics.Process.Modules">
368       <summary>Gets the modules that have been loaded by the associated process.</summary>
369       <returns>An array of type <see cref="T:System.Diagnostics.ProcessModule"></see> that represents the modules that have been loaded by the associated process.</returns>
370       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.Modules"></see> 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>
371       <exception cref="T:System.InvalidOperationException">The process <see cref="System.Diagnostics.Process.Id"></see> is not available.</exception>
372       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
373       <exception cref="T:System.ComponentModel.Win32Exception">You are attempting to access the <see cref="System.Diagnostics.Process.Modules"></see> property for either the system process or the idle process. These processes do not have modules.</exception>
374     </member>
375     <member name="P:System.Diagnostics.Process.NonpagedSystemMemorySize">
376       <summary>Gets the amount of nonpaged system memory, in bytes, allocated for the associated process.</summary>
377       <returns>The amount of memory, in bytes, the system has allocated for the associated process that cannot be written to the virtual memory paging file.</returns>
378       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
379     </member>
380     <member name="P:System.Diagnostics.Process.NonpagedSystemMemorySize64">
381       <summary>Gets the amount of nonpaged system memory, in bytes, allocated for the associated process.</summary>
382       <returns>The amount of system memory, in bytes, allocated for the associated process that cannot be written to the virtual memory paging file.</returns>
383       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
384     </member>
385     <member name="M:System.Diagnostics.Process.OnExited">
386       <summary>Raises the <see cref="E:System.Diagnostics.Process.Exited"></see> event.</summary>
387     </member>
388     <member name="E:System.Diagnostics.Process.OutputDataReceived">
389       <summary>Occurs each time an application writes a line to its redirected <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream.</summary>
390     </member>
391     <member name="P:System.Diagnostics.Process.PagedMemorySize">
392       <summary>Gets the amount of paged memory, in bytes, allocated for the associated process.</summary>
393       <returns>The amount of memory, in bytes, allocated by the associated process that can be written to the virtual memory paging file.</returns>
394       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
395     </member>
396     <member name="P:System.Diagnostics.Process.PagedMemorySize64">
397       <summary>Gets the amount of paged memory, in bytes, allocated for the associated process.</summary>
398       <returns>The amount of memory, in bytes, allocated in the virtual memory paging file for the associated process.</returns>
399       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
400     </member>
401     <member name="P:System.Diagnostics.Process.PagedSystemMemorySize">
402       <summary>Gets the amount of pageable system memory, in bytes, allocated for the associated process.</summary>
403       <returns>The amount of memory, in bytes, the system has allocated for the associated process that can be written to the virtual memory paging file.</returns>
404       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
405     </member>
406     <member name="P:System.Diagnostics.Process.PagedSystemMemorySize64">
407       <summary>Gets the amount of pageable system memory, in bytes, allocated for the associated process.</summary>
408       <returns>The amount of system memory, in bytes, allocated for the associated process that can be written to the virtual memory paging file.</returns>
409       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
410     </member>
411     <member name="P:System.Diagnostics.Process.PeakPagedMemorySize">
412       <summary>Gets the maximum amount of memory in the virtual memory paging file, in bytes, used by the associated process.</summary>
413       <returns>The maximum amount of memory, in bytes, allocated by the associated process that could be written to the virtual memory paging file.</returns>
414       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
415     </member>
416     <member name="P:System.Diagnostics.Process.PeakPagedMemorySize64">
417       <summary>Gets the maximum amount of memory in the virtual memory paging file, in bytes, used by the associated process.</summary>
418       <returns>The maximum amount of memory, in bytes, allocated in the virtual memory paging file for the associated process since it was started.</returns>
419       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
420     </member>
421     <member name="P:System.Diagnostics.Process.PeakVirtualMemorySize">
422       <summary>Gets the maximum amount of virtual memory, in bytes, used by the associated process.</summary>
423       <returns>The maximum amount of virtual memory, in bytes, that the associated process has requested.</returns>
424       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
425     </member>
426     <member name="P:System.Diagnostics.Process.PeakVirtualMemorySize64">
427       <summary>Gets the maximum amount of virtual memory, in bytes, used by the associated process.</summary>
428       <returns>The maximum amount of virtual memory, in bytes, allocated for the associated process since it was started.</returns>
429       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
430     </member>
431     <member name="P:System.Diagnostics.Process.PeakWorkingSet">
432       <summary>Gets the peak working set size for the associated process, in bytes.</summary>
433       <returns>The maximum amount of physical memory that the associated process has required all at once, in bytes.</returns>
434       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
435     </member>
436     <member name="P:System.Diagnostics.Process.PeakWorkingSet64">
437       <summary>Gets the maximum amount of physical memory, in bytes, used by the associated process.</summary>
438       <returns>The maximum amount of physical memory, in bytes, allocated for the associated process since it was started.</returns>
439       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
440     </member>
441     <member name="P:System.Diagnostics.Process.PriorityBoostEnabled">
442       <summary>Gets or sets a value indicating whether the associated process priority should temporarily be boosted by the operating system when the main window has the focus.</summary>
443       <returns><see langword="true"></see> if dynamic boosting of the process priority should take place for a process when it is taken out of the wait state; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
444       <exception cref="T:System.ComponentModel.Win32Exception">Priority boost information could not be retrieved from the associated process resource.</exception>
445       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.  
446  -or-  
447  The process identifier or process handle is zero. (The process has not been started.)</exception>
448       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.PriorityBoostEnabled"></see> 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>
449       <exception cref="T:System.InvalidOperationException">The process <see cref="System.Diagnostics.Process.Id"></see> is not available.</exception>
450     </member>
451     <member name="P:System.Diagnostics.Process.PriorityClass">
452       <summary>Gets or sets the overall priority category for the associated process.</summary>
453       <returns>The priority category for the associated process, from which the <see cref="P:System.Diagnostics.Process.BasePriority"></see> of the process is calculated.</returns>
454       <exception cref="T:System.ComponentModel.Win32Exception">Process priority information could not be set or retrieved from the associated process resource.  
455  -or-  
456  The process identifier or process handle is zero. (The process has not been started.)</exception>
457       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.PriorityClass"></see> 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>
458       <exception cref="T:System.InvalidOperationException">The process <see cref="System.Diagnostics.Process.Id"></see> is not available.</exception>
459       <exception cref="T:System.PlatformNotSupportedException">You have set the <see cref="System.Diagnostics.Process.PriorityClass"></see> to <see langword="AboveNormal"></see> or <see langword="BelowNormal"></see> when using Windows 98 or Windows Millennium Edition (Windows Me). These platforms do not support those values for the priority class.</exception>
460       <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="System.Diagnostics.ProcessPriorityClass"></see> enumeration.</exception>
461     </member>
462     <member name="P:System.Diagnostics.Process.PrivateMemorySize">
463       <summary>Gets the amount of private memory, in bytes, allocated for the associated process.</summary>
464       <returns>The number of bytes allocated by the associated process that cannot be shared with other processes.</returns>
465       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
466     </member>
467     <member name="P:System.Diagnostics.Process.PrivateMemorySize64">
468       <summary>Gets the amount of private memory, in bytes, allocated for the associated process.</summary>
469       <returns>The amount of memory, in bytes, allocated for the associated process that cannot be shared with other processes.</returns>
470       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
471     </member>
472     <member name="P:System.Diagnostics.Process.PrivilegedProcessorTime">
473       <summary>Gets the privileged processor time for this process.</summary>
474       <returns>A <see cref="T:System.TimeSpan"></see> that indicates the amount of time that the process has spent running code inside the operating system core.</returns>
475       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
476       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.PrivilegedProcessorTime"></see> 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>
477     </member>
478     <member name="P:System.Diagnostics.Process.ProcessName">
479       <summary>Gets the name of the process.</summary>
480       <returns>The name that the system uses to identify the process to the user.</returns>
481       <exception cref="T:System.InvalidOperationException">The process does not have an identifier, or no process is associated with the <see cref="System.Diagnostics.Process"></see>.  
482  -or-  
483  The associated process has exited.</exception>
484       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
485       <exception cref="T:System.NotSupportedException">The process is not on this computer.</exception>
486     </member>
487     <member name="P:System.Diagnostics.Process.ProcessorAffinity">
488       <summary>Gets or sets the processors on which the threads in this process can be scheduled to run.</summary>
489       <returns>A bitmask representing the processors that the threads in the associated process can run on. The default depends on the number of processors on the computer. The default value is 2 n -1, where n is the number of processors.</returns>
490       <exception cref="T:System.ComponentModel.Win32Exception"><see cref="System.Diagnostics.Process.ProcessorAffinity"></see> information could not be set or retrieved from the associated process resource.  
491  -or-  
492  The process identifier or process handle is zero. (The process has not been started.)</exception>
493       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.ProcessorAffinity"></see> 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>
494       <exception cref="T:System.InvalidOperationException">The process <see cref="System.Diagnostics.Process.Id"></see> was not available.  
495  -or-  
496  The process has exited.</exception>
497     </member>
498     <member name="M:System.Diagnostics.Process.Refresh">
499       <summary>Discards any information about the associated process that has been cached inside the process component.</summary>
500     </member>
501     <member name="P:System.Diagnostics.Process.Responding">
502       <summary>Gets a value indicating whether the user interface of the process is responding.</summary>
503       <returns><see langword="true"></see> if the user interface of the associated process is responding to the system; otherwise, <see langword="false"></see>.</returns>
504       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
505       <exception cref="T:System.InvalidOperationException">There is no process associated with this <see cref="System.Diagnostics.Process"></see> object.</exception>
506       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.Responding"></see> 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>
507     </member>
508     <member name="P:System.Diagnostics.Process.SafeHandle">
509       <summary>Gets the native handle to this process.</summary>
510       <returns>The native handle to this process.</returns>
511     </member>
512     <member name="P:System.Diagnostics.Process.SessionId">
513       <summary>Gets the Terminal Services session identifier for the associated process.</summary>
514       <returns>The Terminal Services session identifier for the associated process.</returns>
515       <exception cref="T:System.NullReferenceException">There is no session associated with this process.</exception>
516       <exception cref="T:System.InvalidOperationException">There is no process associated with this session identifier.  
517  -or-  
518  The associated process is not on this machine.</exception>
519       <exception cref="T:System.PlatformNotSupportedException">The <see cref="System.Diagnostics.Process.SessionId"></see> property is not supported on Windows 98.</exception>
520     </member>
521     <member name="P:System.Diagnostics.Process.StandardError">
522       <summary>Gets a stream used to read the error output of the application.</summary>
523       <returns>A <see cref="T:System.IO.StreamReader"></see> that can be used to read the standard error stream of the application.</returns>
524       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.Process.StandardError"></see> stream has not been defined for redirection; ensure <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardError"></see> is set to <see langword="true"></see> and <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> is set to <see langword="false"></see>.  
525  - or -  
526  The <see cref="System.Diagnostics.Process.StandardError"></see> stream has been opened for asynchronous read operations with <see cref="System.Diagnostics.Process.BeginErrorReadLine"></see>.</exception>
527     </member>
528     <member name="P:System.Diagnostics.Process.StandardInput">
529       <summary>Gets a stream used to write the input of the application.</summary>
530       <returns>A <see cref="T:System.IO.StreamWriter"></see> that can be used to write the standard input stream of the application.</returns>
531       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.Process.StandardInput"></see> stream has not been defined because <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardInput"></see> is set to <see langword="false"></see>.</exception>
532     </member>
533     <member name="P:System.Diagnostics.Process.StandardOutput">
534       <summary>Gets a stream used to read the textual output of the application.</summary>
535       <returns>A <see cref="T:System.IO.StreamReader"></see> that can be used to read the standard output stream of the application.</returns>
536       <exception cref="T:System.InvalidOperationException">The <see cref="System.Diagnostics.Process.StandardOutput"></see> stream has not been defined for redirection; ensure <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardOutput"></see> is set to <see langword="true"></see> and <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> is set to <see langword="false"></see>.  
537  - or -  
538  The <see cref="System.Diagnostics.Process.StandardOutput"></see> stream has been opened for asynchronous read operations with <see cref="System.Diagnostics.Process.BeginOutputReadLine"></see>.</exception>
539     </member>
540     <member name="M:System.Diagnostics.Process.Start">
541       <summary>Starts (or reuses) the process resource that is specified by the <see cref="P:System.Diagnostics.Process.StartInfo"></see> property of this <see cref="T:System.Diagnostics.Process"></see> component and associates it with the component.</summary>
542       <returns><see langword="true"></see> if a process resource is started; <see langword="false"></see> if no new process resource is started (for example, if an existing process is reused).</returns>
543       <exception cref="T:System.InvalidOperationException">No file name was specified in the <see cref="System.Diagnostics.Process"></see> component&amp;#39;s <see cref="System.Diagnostics.Process.StartInfo"></see>.
544  -or-
545  The <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> member of the <see cref="System.Diagnostics.Process.StartInfo"></see> property is <see langword="true"></see> while <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardInput"></see>, <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardOutput"></see>, or <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardError"></see> is <see langword="true"></see>.</exception>
546       <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file.</exception>
547       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
548       <exception cref="T:System.PlatformNotSupportedException">Method not supported on operating systems without shell support such as Nano Server (.NET Core only).</exception>
549     </member>
550     <member name="M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo)">
551       <summary>Starts the process resource that is specified by the parameter containing process start information (for example, the file name of the process to start) and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
552       <param name="startInfo">The <see cref="T:System.Diagnostics.ProcessStartInfo"></see> that contains the information that is used to start the process, including the file name and any command-line arguments.</param>
553       <returns>A new <see cref="T:System.Diagnostics.Process"></see> that is associated with the process resource, or <see langword="null"></see> if no process resource is started. Note that a new process that’s started alongside already running instances of the same process will be independent from the others. In addition, Start may return a non-null Process with its <see cref="P:System.Diagnostics.Process.HasExited"></see> property already set to <see langword="true"></see>. In this case, the started process may have activated an existing instance of itself and then exited.</returns>
554       <exception cref="T:System.InvalidOperationException">No file name was specified in the <paramref name="startInfo">startInfo</paramref> parameter&amp;#39;s <see cref="System.Diagnostics.ProcessStartInfo.FileName"></see> property.  
555  -or-  
556  The <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property of the <paramref name="startInfo">startInfo</paramref> parameter is <see langword="true"></see> and the <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardInput"></see>, <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardOutput"></see>, or <see cref="System.Diagnostics.ProcessStartInfo.RedirectStandardError"></see> property is also <see langword="true"></see>.  
557  -or-  
558  The <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property of the <paramref name="startInfo">startInfo</paramref> parameter is <see langword="true"></see> and the <see cref="System.Diagnostics.ProcessStartInfo.UserName"></see> property is not <see langword="null"></see> or empty or the <see cref="System.Diagnostics.ProcessStartInfo.Password"></see> property is not <see langword="null"></see>.</exception>
559       <exception cref="T:System.ArgumentNullException">The <paramref name="startInfo">startInfo</paramref> parameter is <see langword="null"></see>.</exception>
560       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
561       <exception cref="T:System.IO.FileNotFoundException">The file specified in the <paramref name="startInfo">startInfo</paramref> parameter&amp;#39;s <see cref="System.Diagnostics.ProcessStartInfo.FileName"></see> property could not be found.</exception>
562       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.  
563  -or-  
564  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: &amp;quot;The data area passed to a system call is too small.&amp;quot; or &amp;quot;Access is denied.&amp;quot;</exception>
565       <exception cref="T:System.PlatformNotSupportedException">Method not supported on operating systems without shell support such as Nano Server (.NET Core only).</exception>
566     </member>
567     <member name="M:System.Diagnostics.Process.Start(System.String)">
568       <summary>Starts a process resource by specifying the name of a document or application file and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
569       <param name="fileName">The name of a document or application file to run in the process.</param>
570       <returns>A new <see cref="T:System.Diagnostics.Process"></see> that is associated with the process resource, or <see langword="null"></see> if no process resource is started. Note that a new process that’s started alongside already running instances of the same process will be independent from the others. In addition, Start may return a non-null Process with its <see cref="P:System.Diagnostics.Process.HasExited"></see> property already set to <see langword="true"></see>. In this case, the started process may have activated an existing instance of itself and then exited.</returns>
571       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.</exception>
572       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
573       <exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
574     </member>
575     <member name="M:System.Diagnostics.Process.Start(System.String,System.String)">
576       <summary>Starts a process resource by specifying the name of an application and a set of command-line arguments, and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
577       <param name="fileName">The name of an application file to run in the process.</param>
578       <param name="arguments">Command-line arguments to pass when starting the process.</param>
579       <returns>A new <see cref="T:System.Diagnostics.Process"></see> that is associated with the process resource, or <see langword="null"></see> if no process resource is started. Note that a new process that’s started alongside already running instances of the same process will be independent from the others. In addition, Start may return a non-null Process with its <see cref="P:System.Diagnostics.Process.HasExited"></see> property already set to <see langword="true"></see>. In this case, the started process may have activated an existing instance of itself and then exited.</returns>
580       <exception cref="T:System.InvalidOperationException">The <paramref name="fileName">fileName</paramref> or <paramref name="arguments">arguments</paramref> parameter is <see langword="null"></see>.</exception>
581       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.  
582  -or-  
583  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: &amp;quot;The data area passed to a system call is too small.&amp;quot; or &amp;quot;Access is denied.&amp;quot;</exception>
584       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
585       <exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
586     </member>
587     <member name="M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String)">
588       <summary>Starts a process resource by specifying the name of an application, a user name, a password, and a domain and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
589       <param name="fileName">The name of an application file to run in the process.</param>
590       <param name="userName">The user name to use when starting the process.</param>
591       <param name="password">A <see cref="T:System.Security.SecureString"></see> that contains the password to use when starting the process.</param>
592       <param name="domain">The domain to use when starting the process.</param>
593       <returns>A new <see cref="T:System.Diagnostics.Process"></see> that is associated with the process resource, or <see langword="null"></see> if no process resource is started. Note that a new process that’s started alongside already running instances of the same process will be independent from the others. In addition, Start may return a non-null Process with its <see cref="P:System.Diagnostics.Process.HasExited"></see> property already set to <see langword="true"></see>. In this case, the started process may have activated an existing instance of itself and then exited.</returns>
594       <exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
595       <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file.</exception>
596       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
597       <exception cref="T:System.PlatformNotSupportedException">Method not supported on Linux or macOS (.NET Core only).</exception>
598     </member>
599     <member name="M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String)">
600       <summary>Starts a process resource by specifying the name of an application, a set of command-line arguments, a user name, a password, and a domain and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
601       <param name="fileName">The name of an application file to run in the process.</param>
602       <param name="arguments">Command-line arguments to pass when starting the process.</param>
603       <param name="userName">The user name to use when starting the process.</param>
604       <param name="password">A <see cref="T:System.Security.SecureString"></see> that contains the password to use when starting the process.</param>
605       <param name="domain">The domain to use when starting the process.</param>
606       <returns>A new <see cref="T:System.Diagnostics.Process"></see> that is associated with the process resource, or <see langword="null"></see> if no process resource is started. Note that a new process that’s started alongside already running instances of the same process will be independent from the others. In addition, Start may return a non-null Process with its <see cref="P:System.Diagnostics.Process.HasExited"></see> property already set to <see langword="true"></see>. In this case, the started process may have activated an existing instance of itself and then exited.</returns>
607       <exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
608       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.  
609  -or-  
610  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: &amp;quot;The data area passed to a system call is too small.&amp;quot; or &amp;quot;Access is denied.&amp;quot;</exception>
611       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
612       <exception cref="T:System.PlatformNotSupportedException">Method not supported on Linux or macOS (.NET Core only).</exception>
613     </member>
614     <member name="P:System.Diagnostics.Process.StartInfo">
615       <summary>Gets or sets the properties to pass to the <see cref="M:System.Diagnostics.Process.Start"></see> method of the <see cref="T:System.Diagnostics.Process"></see>.</summary>
616       <returns>The <see cref="T:System.Diagnostics.ProcessStartInfo"></see> that represents the data with which to start the process. These arguments include the name of the executable file or document used to start the process.</returns>
617       <exception cref="T:System.ArgumentNullException">The value that specifies the <see cref="System.Diagnostics.Process.StartInfo"></see> is <see langword="null"></see>.</exception>
618     </member>
619     <member name="P:System.Diagnostics.Process.StartTime">
620       <summary>Gets the time that the associated process was started.</summary>
621       <returns>An object  that indicates when the process started. An exception is thrown if the process is not running.</returns>
622       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
623       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.StartTime"></see> 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>
624       <exception cref="T:System.InvalidOperationException">The process has exited.  
625  -or-  
626  The process has not been started.</exception>
627       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred in the call to the Windows function.</exception>
628     </member>
629     <member name="P:System.Diagnostics.Process.SynchronizingObject">
630       <summary>Gets or sets the object used to marshal the event handler calls that are issued as a result of a process exit event.</summary>
631       <returns>The <see cref="T:System.ComponentModel.ISynchronizeInvoke"></see> used to marshal event handler calls that are issued as a result of an <see cref="E:System.Diagnostics.Process.Exited"></see> event on the process.</returns>
632     </member>
633     <member name="P:System.Diagnostics.Process.Threads">
634       <summary>Gets the set of threads that are running in the associated process.</summary>
635       <returns>An array of type <see cref="T:System.Diagnostics.ProcessThread"></see> representing the operating system threads currently running in the associated process.</returns>
636       <exception cref="T:System.SystemException">The process does not have an <see cref="System.Diagnostics.Process.Id"></see>, or no process is associated with the <see cref="System.Diagnostics.Process"></see> instance.  
637  -or-  
638  The associated process has exited.</exception>
639       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to <see langword="false"></see> to access this property on Windows 98 and Windows Me.</exception>
640     </member>
641     <member name="M:System.Diagnostics.Process.ToString">
642       <summary>Formats the process&amp;#39;s name as a string, combined with the parent component type, if applicable.</summary>
643       <returns>The <see cref="P:System.Diagnostics.Process.ProcessName"></see>, combined with the base component&amp;#39;s <see cref="M:System.Object.ToString"></see> return value.</returns>
644       <exception cref="T:System.PlatformNotSupportedException"><see cref="System.Diagnostics.Process.ToString"></see> is not supported on Windows 98.</exception>
645     </member>
646     <member name="P:System.Diagnostics.Process.TotalProcessorTime">
647       <summary>Gets the total processor time for this process.</summary>
648       <returns>A <see cref="T:System.TimeSpan"></see> that indicates the amount of time that the associated process has spent utilizing the CPU. This value is the sum of the <see cref="P:System.Diagnostics.Process.UserProcessorTime"></see> and the <see cref="P:System.Diagnostics.Process.PrivilegedProcessorTime"></see>.</returns>
649       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
650       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.TotalProcessorTime"></see> 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>
651     </member>
652     <member name="P:System.Diagnostics.Process.UserProcessorTime">
653       <summary>Gets the user processor time for this process.</summary>
654       <returns>A <see cref="T:System.TimeSpan"></see> that indicates the amount of time that the associated process has spent running code inside the application portion of the process (not inside the operating system core).</returns>
655       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
656       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="System.Diagnostics.Process.UserProcessorTime"></see> 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>
657     </member>
658     <member name="P:System.Diagnostics.Process.VirtualMemorySize">
659       <summary>Gets the size of the process&amp;#39;s virtual memory, in bytes.</summary>
660       <returns>The amount of virtual memory, in bytes, that the associated process has requested.</returns>
661       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
662     </member>
663     <member name="P:System.Diagnostics.Process.VirtualMemorySize64">
664       <summary>Gets the amount of the virtual memory, in bytes, allocated for the associated process.</summary>
665       <returns>The amount of virtual memory, in bytes, allocated for the associated process.</returns>
666       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
667     </member>
668     <member name="M:System.Diagnostics.Process.WaitForExit">
669       <summary>Instructs the <see cref="T:System.Diagnostics.Process"></see> component to wait indefinitely for the associated process to exit.</summary>
670       <exception cref="T:System.ComponentModel.Win32Exception">The wait setting could not be accessed.</exception>
671       <exception cref="T:System.SystemException">No process <see cref="System.Diagnostics.Process.Id"></see> has been set, and a <see cref="System.Diagnostics.Process.Handle"></see> from which the <see cref="System.Diagnostics.Process.Id"></see> property can be determined does not exist.  
672  -or-  
673  There is no process associated with this <see cref="System.Diagnostics.Process"></see> object.  
674  -or-  
675  You are attempting to call <see cref="System.Diagnostics.Process.WaitForExit"></see> 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>
676     </member>
677     <member name="M:System.Diagnostics.Process.WaitForExit(System.Int32)">
678       <summary>Instructs the <see cref="T:System.Diagnostics.Process"></see> component to wait the specified number of milliseconds for the associated process to exit.</summary>
679       <param name="milliseconds">The amount of time, in milliseconds, to wait for the associated process to exit. The maximum is the largest possible value of a 32-bit integer, which represents infinity to the operating system.</param>
680       <returns><see langword="true"></see> if the associated process has exited; otherwise, <see langword="false"></see>.</returns>
681       <exception cref="T:System.ComponentModel.Win32Exception">The wait setting could not be accessed.</exception>
682       <exception cref="T:System.SystemException">No process <see cref="System.Diagnostics.Process.Id"></see> has been set, and a <see cref="System.Diagnostics.Process.Handle"></see> from which the <see cref="System.Diagnostics.Process.Id"></see> property can be determined does not exist.  
683  -or-  
684  There is no process associated with this <see cref="System.Diagnostics.Process"></see> object.  
685  -or-  
686  You are attempting to call <see cref="System.Diagnostics.Process.WaitForExit(System.Int32)"></see> 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>
687       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="milliseconds">milliseconds</paramref> is a negative number other than -1, which represents an infinite time-out.</exception>
688     </member>
689     <member name="M:System.Diagnostics.Process.WaitForInputIdle">
690       <summary>Causes the <see cref="T:System.Diagnostics.Process"></see> component to wait indefinitely for the associated process to enter an idle state. This overload applies only to processes with a user interface and, therefore, a message loop.</summary>
691       <returns><see langword="true"></see> if the associated process has reached an idle state.</returns>
692       <exception cref="T:System.InvalidOperationException">The process does not have a graphical interface.  
693  -or-  
694  An unknown error occurred. The process failed to enter an idle state.  
695  -or-  
696  The process has already exited.  
697  -or-  
698  No process is associated with this <see cref="System.Diagnostics.Process"></see> object.</exception>
699     </member>
700     <member name="M:System.Diagnostics.Process.WaitForInputIdle(System.Int32)">
701       <summary>Causes the <see cref="T:System.Diagnostics.Process"></see> component to wait the specified number of milliseconds for the associated process to enter an idle state. This overload applies only to processes with a user interface and, therefore, a message loop.</summary>
702       <param name="milliseconds">A value of 1 to <see cref="F:System.Int32.MaxValue"></see> that specifies the amount of time, in milliseconds, to wait for the associated process to become idle. A value of 0 specifies an immediate return, and a value of -1 specifies an infinite wait.</param>
703       <returns><see langword="true"></see> if the associated process has reached an idle state; otherwise, <see langword="false"></see>.</returns>
704       <exception cref="T:System.InvalidOperationException">The process does not have a graphical interface.  
705  -or-  
706  An unknown error occurred. The process failed to enter an idle state.  
707  -or-  
708  The process has already exited.  
709  -or-  
710  No process is associated with this <see cref="System.Diagnostics.Process"></see> object.</exception>
711     </member>
712     <member name="P:System.Diagnostics.Process.WorkingSet">
713       <summary>Gets the associated process&amp;#39;s physical memory usage, in bytes.</summary>
714       <returns>The total amount of physical memory the associated process is using, in bytes.</returns>
715       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
716     </member>
717     <member name="P:System.Diagnostics.Process.WorkingSet64">
718       <summary>Gets the amount of physical memory, in bytes, allocated for the associated process.</summary>
719       <returns>The amount of physical memory, in bytes, allocated for the associated process.</returns>
720       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
721     </member>
722     <member name="T:Microsoft.Win32.SafeHandles.SafeProcessHandle">
723       <summary>Provides a managed wrapper for a process handle.</summary>
724     </member>
725     <member name="M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean)">
726       <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeProcessHandle"></see> class from the specified handle, indicating whether to release the handle during the finalization phase.</summary>
727       <param name="existingHandle">The handle to be wrapped.</param>
728       <param name="ownsHandle"><see langword="true"></see> to reliably let <see cref="T:Microsoft.Win32.SafeHandles.SafeProcessHandle"></see> release the handle during the finalization phase; otherwise, <see langword="false"></see>.</param>
729     </member>
730     <member name="P:Microsoft.Win32.SafeHandles.SafeProcessHandle.IsInvalid">
731       <returns></returns>
732     </member>
733     <member name="T:System.Diagnostics.ProcessWindowStyle">
734       <summary>Specified how a new window should appear when the system starts a process.</summary>
735     </member>
736     <member name="F:System.Diagnostics.ProcessWindowStyle.Hidden">
737       <summary>The hidden window style. A window can be either visible or hidden. The system displays a hidden window by not drawing it. If a window is hidden, it is effectively disabled. A hidden window can process messages from the system or from other windows, but it cannot process input from the user or display output. Frequently, an application may keep a new window hidden while it customizes the window&amp;#39;s appearance, and then make the window style <see langword="Normal"></see>. To use <see cref="F:System.Diagnostics.ProcessWindowStyle.Hidden"></see>, the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property must be <see langword="false"></see>.</summary>
738       <returns></returns>
739     </member>
740     <member name="F:System.Diagnostics.ProcessWindowStyle.Maximized">
741       <summary>The maximized window style. By default, the system enlarges a maximized window so that it fills the screen or, in the case of a child window, the parent window&amp;#39;s client area. If the window has a title bar, the system automatically moves it to the top of the screen or to the top of the parent window&amp;#39;s client area. Also, the system disables the window&amp;#39;s sizing border and the window-positioning capability of the title bar so that the user cannot move the window by dragging the title bar.</summary>
742       <returns></returns>
743     </member>
744     <member name="F:System.Diagnostics.ProcessWindowStyle.Minimized">
745       <summary>The minimized window style. By default, the system reduces a minimized window to the size of its taskbar button and moves the minimized window to the taskbar.</summary>
746       <returns></returns>
747     </member>
748     <member name="F:System.Diagnostics.ProcessWindowStyle.Normal">
749       <summary>The normal, visible window style. The system displays a window with <see langword="Normal"></see> style on the screen, in a default location. If a window is visible, the user can supply input to the window and view the window&amp;#39;s output. Frequently, an application may initialize a new window to the <see langword="Hidden"></see> style while it customizes the window&amp;#39;s appearance, and then make the window style <see langword="Normal"></see>.</summary>
750       <returns></returns>
751     </member>
752     <member name="T:System.Diagnostics.ProcessThreadCollection">
753       <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.ProcessThread"></see> objects.</summary>
754     </member>
755     <member name="M:System.Diagnostics.ProcessThreadCollection.#ctor">
756       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessThreadCollection"></see> class, with no associated <see cref="T:System.Diagnostics.ProcessThread"></see> instances.</summary>
757     </member>
758     <member name="M:System.Diagnostics.ProcessThreadCollection.#ctor(System.Diagnostics.ProcessThread[])">
759       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessThreadCollection"></see> class, using the specified array of <see cref="T:System.Diagnostics.ProcessThread"></see> instances.</summary>
760       <param name="processThreads">An array of <see cref="T:System.Diagnostics.ProcessThread"></see> instances with which to initialize this <see cref="T:System.Diagnostics.ProcessThreadCollection"></see> instance.</param>
761     </member>
762     <member name="M:System.Diagnostics.ProcessThreadCollection.Add(System.Diagnostics.ProcessThread)">
763       <summary>Appends a process thread to the collection.</summary>
764       <param name="thread">The thread to add to the collection.</param>
765       <returns>The zero-based index of the thread in the collection.</returns>
766     </member>
767     <member name="M:System.Diagnostics.ProcessThreadCollection.Contains(System.Diagnostics.ProcessThread)">
768       <summary>Determines whether the specified process thread exists in the collection.</summary>
769       <param name="thread">A <see cref="T:System.Diagnostics.ProcessThread"></see> instance that indicates the thread to find in this collection.</param>
770       <returns><see langword="true"></see> if the thread exists in the collection; otherwise, <see langword="false"></see>.</returns>
771     </member>
772     <member name="M:System.Diagnostics.ProcessThreadCollection.CopyTo(System.Diagnostics.ProcessThread[],System.Int32)">
773       <summary>Copies an array of <see cref="T:System.Diagnostics.ProcessThread"></see> instances to the collection, at the specified index.</summary>
774       <param name="array">An array of <see cref="T:System.Diagnostics.ProcessThread"></see> instances to add to the collection.</param>
775       <param name="index">The location at which to add the new instances.</param>
776     </member>
777     <member name="P:System.Diagnostics.ProcessThreadCollection.Count">
778       <returns></returns>
779     </member>
780     <member name="M:System.Diagnostics.ProcessThreadCollection.GetEnumerator">
781       <returns></returns>
782     </member>
783     <member name="M:System.Diagnostics.ProcessThreadCollection.IndexOf(System.Diagnostics.ProcessThread)">
784       <summary>Provides the location of a specified thread within the collection.</summary>
785       <param name="thread">The <see cref="T:System.Diagnostics.ProcessThread"></see> whose index is retrieved.</param>
786       <returns>The zero-based index that defines the location of the thread within the <see cref="T:System.Diagnostics.ProcessThreadCollection"></see>.</returns>
787     </member>
788     <member name="M:System.Diagnostics.ProcessThreadCollection.Insert(System.Int32,System.Diagnostics.ProcessThread)">
789       <summary>Inserts a process thread at the specified location in the collection.</summary>
790       <param name="index">The zero-based index indicating the location at which to insert the thread.</param>
791       <param name="thread">The thread to insert into the collection.</param>
792     </member>
793     <member name="P:System.Diagnostics.ProcessThreadCollection.Item(System.Int32)">
794       <summary>Gets an index for iterating over the set of process threads.</summary>
795       <param name="index">The zero-based index value of the thread in the collection.</param>
796       <returns>A <see cref="T:System.Diagnostics.ProcessThread"></see> that indexes the threads in the collection.</returns>
797     </member>
798     <member name="M:System.Diagnostics.ProcessThreadCollection.Remove(System.Diagnostics.ProcessThread)">
799       <summary>Deletes a process thread from the collection.</summary>
800       <param name="thread">The thread to remove from the collection.</param>
801     </member>
802     <member name="M:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
803       <param name="array"></param>
804       <param name="index"></param>
805     </member>
806     <member name="P:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#IsSynchronized">
807       <returns></returns>
808     </member>
809     <member name="P:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#SyncRoot">
810       <returns></returns>
811     </member>
812     <member name="T:System.Diagnostics.ProcessThread">
813       <summary>Represents an operating system process thread.</summary>
814     </member>
815     <member name="P:System.Diagnostics.ProcessThread.BasePriority">
816       <summary>Gets the base priority of the thread.</summary>
817       <returns>The base priority of the thread, which the operating system computes by combining the process priority class with the priority level of the associated thread.</returns>
818     </member>
819     <member name="P:System.Diagnostics.ProcessThread.CurrentPriority">
820       <summary>Gets the current priority of the thread.</summary>
821       <returns>The current priority of the thread, which may deviate from the base priority based on how the operating system is scheduling the thread. The priority may be temporarily boosted for an active thread.</returns>
822     </member>
823     <member name="P:System.Diagnostics.ProcessThread.Id">
824       <summary>Gets the unique identifier of the thread.</summary>
825       <returns>The unique identifier associated with a specific thread.</returns>
826     </member>
827     <member name="P:System.Diagnostics.ProcessThread.IdealProcessor">
828       <summary>Sets the preferred processor for this thread to run on.</summary>
829       <returns>The preferred processor for the thread, used when the system schedules threads, to determine which processor to run the thread on.</returns>
830       <exception cref="T:System.ComponentModel.Win32Exception">The system could not set the thread to start on the specified processor.</exception>
831       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
832       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
833     </member>
834     <member name="P:System.Diagnostics.ProcessThread.PriorityBoostEnabled">
835       <summary>Gets or sets a value indicating whether the operating system should temporarily boost the priority of the associated thread whenever the main window of the thread&amp;#39;s process receives the focus.</summary>
836       <returns><see langword="true"></see> to boost the thread&amp;#39;s priority when the user interacts with the process&amp;#39;s interface; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
837       <exception cref="T:System.ComponentModel.Win32Exception">The priority boost information could not be retrieved.  
838  -or-  
839  The priority boost information could not be set.</exception>
840       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
841       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
842     </member>
843     <member name="P:System.Diagnostics.ProcessThread.PriorityLevel">
844       <summary>Gets or sets the priority level of the thread.</summary>
845       <returns>One of the <see cref="T:System.Diagnostics.ThreadPriorityLevel"></see> values, specifying a range that bounds the thread&amp;#39;s priority.</returns>
846       <exception cref="T:System.ComponentModel.Win32Exception">The thread priority level information could not be retrieved.  
847  -or-  
848  The thread priority level could not be set.</exception>
849       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
850       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
851     </member>
852     <member name="P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime">
853       <summary>Gets the amount of time that the thread has spent running code inside the operating system core.</summary>
854       <returns>A <see cref="T:System.TimeSpan"></see> indicating the amount of time that the thread has spent running code inside the operating system core.</returns>
855       <exception cref="T:System.ComponentModel.Win32Exception">The thread time could not be retrieved.</exception>
856       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
857       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
858     </member>
859     <member name="P:System.Diagnostics.ProcessThread.ProcessorAffinity">
860       <summary>Sets the processors on which the associated thread can run.</summary>
861       <returns>An <see cref="T:System.IntPtr"></see> that points to a set of bits, each of which represents a processor that the thread can run on.</returns>
862       <exception cref="T:System.ComponentModel.Win32Exception">The processor affinity could not be set.</exception>
863       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
864       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
865     </member>
866     <member name="M:System.Diagnostics.ProcessThread.ResetIdealProcessor">
867       <summary>Resets the ideal processor for this thread to indicate that there is no single ideal processor. In other words, so that any processor is ideal.</summary>
868       <exception cref="T:System.ComponentModel.Win32Exception">The ideal processor could not be reset.</exception>
869       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
870       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
871     </member>
872     <member name="P:System.Diagnostics.ProcessThread.StartAddress">
873       <summary>Gets the memory address of the function that the operating system called that started this thread.</summary>
874       <returns>The thread&amp;#39;s starting address, which points to the application-defined function that the thread executes.</returns>
875       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
876       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
877     </member>
878     <member name="P:System.Diagnostics.ProcessThread.StartTime">
879       <summary>Gets the time that the operating system started the thread.</summary>
880       <returns>A <see cref="T:System.DateTime"></see> representing the time that was on the system when the operating system started the thread.</returns>
881       <exception cref="T:System.ComponentModel.Win32Exception">The thread time could not be retrieved.</exception>
882       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
883       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
884     </member>
885     <member name="P:System.Diagnostics.ProcessThread.ThreadState">
886       <summary>Gets the current state of this thread.</summary>
887       <returns>A <see cref="T:System.Diagnostics.ThreadState"></see> that indicates the thread&amp;#39;s execution, for example, running, waiting, or terminated.</returns>
888       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
889       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
890     </member>
891     <member name="P:System.Diagnostics.ProcessThread.TotalProcessorTime">
892       <summary>Gets the total amount of time that this thread has spent using the processor.</summary>
893       <returns>A <see cref="T:System.TimeSpan"></see> that indicates the amount of time that the thread has had control of the processor.</returns>
894       <exception cref="T:System.ComponentModel.Win32Exception">The thread time could not be retrieved.</exception>
895       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
896       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
897     </member>
898     <member name="P:System.Diagnostics.ProcessThread.UserProcessorTime">
899       <summary>Gets the amount of time that the associated thread has spent running code inside the application.</summary>
900       <returns>A <see cref="T:System.TimeSpan"></see> indicating the amount of time that the thread has spent running code inside the application, as opposed to inside the operating system core.</returns>
901       <exception cref="T:System.ComponentModel.Win32Exception">The thread time could not be retrieved.</exception>
902       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
903       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
904     </member>
905     <member name="P:System.Diagnostics.ProcessThread.WaitReason">
906       <summary>Gets the reason that the thread is waiting.</summary>
907       <returns>A <see cref="T:System.Diagnostics.ThreadWaitReason"></see> representing the reason that the thread is in the wait state.</returns>
908       <exception cref="T:System.InvalidOperationException">The thread is not in the wait state.</exception>
909       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition.</exception>
910       <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
911     </member>
912     <member name="T:System.Diagnostics.ProcessStartInfo">
913       <summary>Specifies a set of values that are used when you start a process.</summary>
914     </member>
915     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor">
916       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessStartInfo"></see> class without specifying a file name with which to start the process.</summary>
917     </member>
918     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor(System.String)">
919       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessStartInfo"></see> class and specifies a file name such as an application or document with which to start the process.</summary>
920       <param name="fileName">An application or document with which to start a process.</param>
921     </member>
922     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor(System.String,System.String)">
923       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessStartInfo"></see> class, specifies an application file name with which to start the process, and specifies a set of command-line arguments to pass to the application.</summary>
924       <param name="fileName">An application with which to start a process.</param>
925       <param name="arguments">Command-line arguments to pass to the application when the process starts.</param>
926     </member>
927     <member name="P:System.Diagnostics.ProcessStartInfo.ArgumentList">
928       <returns></returns>
929     </member>
930     <member name="P:System.Diagnostics.ProcessStartInfo.Arguments">
931       <summary>Gets or sets the set of command-line arguments to use when starting the application.</summary>
932       <returns>A single string containing the arguments to pass to the target application specified in the <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property. The default is an empty string (&amp;quot;&amp;quot;). On Windows Vista and earlier versions of the Windows operating system, the length of the arguments added to the length of the full path to the process must be less than 2080. On Windows 7 and later versions, the length must be less than 32699.  
933  Arguments are parsed and interpreted by the target application, so must align with the expectations of that application. For.NET applications as demonstrated in the Examples below, spaces are interpreted as a separator between multiple arguments. A single argument that includes spaces must be surrounded by quotation marks, but those quotation marks are not carried through to the target application. In include quotation marks in the final parsed argument, triple-escape each mark.</returns>
934     </member>
935     <member name="P:System.Diagnostics.ProcessStartInfo.CreateNoWindow">
936       <summary>Gets or sets a value indicating whether to start the process in a new window.</summary>
937       <returns><see langword="true"></see> if the process should be started without creating a new window to contain it; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
938     </member>
939     <member name="P:System.Diagnostics.ProcessStartInfo.Domain">
940       <summary>Gets or sets a value that identifies the domain to use when starting the process. If this value is <see langword="null"></see>, the <see cref="P:System.Diagnostics.ProcessStartInfo.UserName"></see> property must be specified in UPN format.</summary>
941       <returns>The Active Directory domain to use when starting the process. If this value is <see langword="null"></see>, the <see cref="P:System.Diagnostics.ProcessStartInfo.UserName"></see> property must be specified in UPN format.</returns>
942     </member>
943     <member name="P:System.Diagnostics.ProcessStartInfo.Environment">
944       <summary>Gets the environment variables that apply to this process and its child processes.</summary>
945       <returns>A generic dictionary containing the environment variables that apply to this process and its child processes. The default is <see langword="null"></see>.</returns>
946     </member>
947     <member name="P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables">
948       <summary>Gets search paths for files, directories for temporary files, application-specific options, and other similar information.</summary>
949       <returns>A string dictionary that provides environment variables that apply to this process and child processes. The default is <see langword="null"></see>.</returns>
950     </member>
951     <member name="P:System.Diagnostics.ProcessStartInfo.ErrorDialog">
952       <summary>Gets or sets a value indicating whether an error dialog box is displayed to the user if the process cannot be started.</summary>
953       <returns><see langword="true"></see> if an error dialog box should be displayed on the screen if the process cannot be started; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
954     </member>
955     <member name="P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle">
956       <summary>Gets or sets the window handle to use when an error dialog box is shown for a process that cannot be started.</summary>
957       <returns>A pointer to the handle of the error dialog box that results from a process start failure.</returns>
958     </member>
959     <member name="P:System.Diagnostics.ProcessStartInfo.FileName">
960       <summary>Gets or sets the application or document to start.</summary>
961       <returns>The name of the application to start, or the name of a document of a file type that is associated with an application and that has a default open action available to it. The default is an empty string (&amp;quot;&amp;quot;).</returns>
962     </member>
963     <member name="P:System.Diagnostics.ProcessStartInfo.LoadUserProfile">
964       <summary>Gets or sets a value that indicates whether the Windows user profile is to be loaded from the registry.</summary>
965       <returns><see langword="true"></see> if the Windows user profile should be loaded; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
966     </member>
967     <member name="P:System.Diagnostics.ProcessStartInfo.Password">
968       <summary>Gets or sets a secure string that contains the user password to use when starting the process.</summary>
969       <returns>The user password to use when starting the process.</returns>
970     </member>
971     <member name="P:System.Diagnostics.ProcessStartInfo.PasswordInClearText">
972       <summary>Gets or sets the user password in clear text to use when starting the process.</summary>
973       <returns>The user password in clear text.</returns>
974     </member>
975     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError">
976       <summary>Gets or sets a value that indicates whether the error output of an application is written to the <see cref="P:System.Diagnostics.Process.StandardError"></see> stream.</summary>
977       <returns><see langword="true"></see> if error output should be written to <see cref="P:System.Diagnostics.Process.StandardError"></see>; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
978     </member>
979     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput">
980       <summary>Gets or sets a value indicating whether the input for an application is read from the <see cref="P:System.Diagnostics.Process.StandardInput"></see> stream.</summary>
981       <returns><see langword="true"></see> if input should be read from <see cref="P:System.Diagnostics.Process.StandardInput"></see>; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
982     </member>
983     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput">
984       <summary>Gets or sets a value that indicates whether the textual output of an application is written to the <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream.</summary>
985       <returns><see langword="true"></see> if output should be written to <see cref="P:System.Diagnostics.Process.StandardOutput"></see>; otherwise, <see langword="false"></see>. The default is <see langword="false"></see>.</returns>
986     </member>
987     <member name="P:System.Diagnostics.ProcessStartInfo.StandardErrorEncoding">
988       <summary>Gets or sets the preferred encoding for error output.</summary>
989       <returns>An object that represents the preferred encoding for error output. The default is <see langword="null"></see>.</returns>
990     </member>
991     <member name="P:System.Diagnostics.ProcessStartInfo.StandardInputEncoding">
992       <returns></returns>
993     </member>
994     <member name="P:System.Diagnostics.ProcessStartInfo.StandardOutputEncoding">
995       <summary>Gets or sets the preferred encoding for standard output.</summary>
996       <returns>An object that represents the preferred encoding for standard output. The default is <see langword="null"></see>.</returns>
997     </member>
998     <member name="P:System.Diagnostics.ProcessStartInfo.UserName">
999       <summary>Gets or sets the user name to use when starting the process. If you use the UPN format, <paramref name="user">user</paramref>@<paramref name="DNS_domain_name">DNS_domain_name</paramref>, the <see cref="P:System.Diagnostics.ProcessStartInfo.Domain"></see> property must be <see langword="null"></see>.</summary>
1000       <returns>The user name to use when starting the process. If you use the UPN format, <paramref name="user">user</paramref>@<paramref name="DNS_domain_name">DNS_domain_name</paramref>, the <see cref="P:System.Diagnostics.ProcessStartInfo.Domain"></see> property must be <see langword="null"></see>.</returns>
1001     </member>
1002     <member name="P:System.Diagnostics.ProcessStartInfo.UseShellExecute">
1003       <summary>Gets or sets a value indicating whether to use the operating system shell to start the process.</summary>
1004       <returns><see langword="true"></see> if the shell should be used when starting the process; <see langword="false"></see> if the process should be created directly from the executable file. The default is <see langword="true"></see> on .NET Framework apps and <see langword="false"></see> on .NET Core apps.</returns>
1005       <exception cref="T:System.PlatformNotSupportedException">An attempt to set the value to <see langword="true"></see> on Universal Windows Platform (UWP) apps occurs.</exception>
1006     </member>
1007     <member name="P:System.Diagnostics.ProcessStartInfo.Verb">
1008       <summary>Gets or sets the verb to use when opening the application or document specified by the <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property.</summary>
1009       <returns>The action to take with the file that the process opens. The default is an empty string (&amp;quot;&amp;quot;), which signifies no action.</returns>
1010     </member>
1011     <member name="P:System.Diagnostics.ProcessStartInfo.Verbs">
1012       <summary>Gets the set of verbs associated with the type of file specified by the <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property.</summary>
1013       <returns>The actions that the system can apply to the file indicated by the <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property.</returns>
1014     </member>
1015     <member name="P:System.Diagnostics.ProcessStartInfo.WindowStyle">
1016       <summary>Gets or sets the window state to use when the process is started.</summary>
1017       <returns>One of the enumeration values that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible. The default is <see langword="Normal"></see>.</returns>
1018       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The window style is not one of the <see cref="System.Diagnostics.ProcessWindowStyle"></see> enumeration members.</exception>
1019     </member>
1020     <member name="P:System.Diagnostics.ProcessStartInfo.WorkingDirectory">
1021       <summary>When the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property is <see langword="false"></see>, gets or sets the working directory for the process to be started. When <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> is <see langword="true"></see>, gets or sets the directory that contains the process to be started.</summary>
1022       <returns>When <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> is <see langword="true"></see>, the fully qualified name of the directory that contains the process to be started. When the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property is <see langword="false"></see>, the working directory for the process to be started. The default is an empty string (&amp;quot;&amp;quot;).</returns>
1023     </member>
1024     <member name="T:System.Diagnostics.ThreadWaitReason">
1025       <summary>Specifies the reason a thread is waiting.</summary>
1026     </member>
1027     <member name="F:System.Diagnostics.ThreadWaitReason.EventPairHigh">
1028       <summary>The thread is waiting for event pair high.</summary>
1029       <returns></returns>
1030     </member>
1031     <member name="F:System.Diagnostics.ThreadWaitReason.EventPairLow">
1032       <summary>The thread is waiting for event pair low.</summary>
1033       <returns></returns>
1034     </member>
1035     <member name="F:System.Diagnostics.ThreadWaitReason.ExecutionDelay">
1036       <summary>Thread execution is delayed.</summary>
1037       <returns></returns>
1038     </member>
1039     <member name="F:System.Diagnostics.ThreadWaitReason.Executive">
1040       <summary>The thread is waiting for the scheduler.</summary>
1041       <returns></returns>
1042     </member>
1043     <member name="F:System.Diagnostics.ThreadWaitReason.FreePage">
1044       <summary>The thread is waiting for a free virtual memory page.</summary>
1045       <returns></returns>
1046     </member>
1047     <member name="F:System.Diagnostics.ThreadWaitReason.LpcReceive">
1048       <summary>The thread is waiting for a local procedure call to arrive.</summary>
1049       <returns></returns>
1050     </member>
1051     <member name="F:System.Diagnostics.ThreadWaitReason.LpcReply">
1052       <summary>The thread is waiting for reply to a local procedure call to arrive.</summary>
1053       <returns></returns>
1054     </member>
1055     <member name="F:System.Diagnostics.ThreadWaitReason.PageIn">
1056       <summary>The thread is waiting for a virtual memory page to arrive in memory.</summary>
1057       <returns></returns>
1058     </member>
1059     <member name="F:System.Diagnostics.ThreadWaitReason.PageOut">
1060       <summary>The thread is waiting for a virtual memory page to be written to disk.</summary>
1061       <returns></returns>
1062     </member>
1063     <member name="F:System.Diagnostics.ThreadWaitReason.Suspended">
1064       <summary>Thread execution is suspended.</summary>
1065       <returns></returns>
1066     </member>
1067     <member name="F:System.Diagnostics.ThreadWaitReason.SystemAllocation">
1068       <summary>The thread is waiting for system allocation.</summary>
1069       <returns></returns>
1070     </member>
1071     <member name="F:System.Diagnostics.ThreadWaitReason.Unknown">
1072       <summary>The thread is waiting for an unknown reason.</summary>
1073       <returns></returns>
1074     </member>
1075     <member name="F:System.Diagnostics.ThreadWaitReason.UserRequest">
1076       <summary>The thread is waiting for a user request.</summary>
1077       <returns></returns>
1078     </member>
1079     <member name="F:System.Diagnostics.ThreadWaitReason.VirtualMemory">
1080       <summary>The thread is waiting for the system to allocate virtual memory.</summary>
1081       <returns></returns>
1082     </member>
1083     <member name="T:System.Diagnostics.ThreadState">
1084       <summary>Specifies the current execution state of the thread.</summary>
1085     </member>
1086     <member name="F:System.Diagnostics.ThreadState.Initialized">
1087       <summary>A state that indicates the thread has been initialized, but has not yet started.</summary>
1088       <returns></returns>
1089     </member>
1090     <member name="F:System.Diagnostics.ThreadState.Ready">
1091       <summary>A state that indicates the thread is waiting to use a processor because no processor is free. The thread is prepared to run on the next available processor.</summary>
1092       <returns></returns>
1093     </member>
1094     <member name="F:System.Diagnostics.ThreadState.Running">
1095       <summary>A state that indicates the thread is currently using a processor.</summary>
1096       <returns></returns>
1097     </member>
1098     <member name="F:System.Diagnostics.ThreadState.Standby">
1099       <summary>A state that indicates the thread is about to use a processor. Only one thread can be in this state at a time.</summary>
1100       <returns></returns>
1101     </member>
1102     <member name="F:System.Diagnostics.ThreadState.Terminated">
1103       <summary>A state that indicates the thread has finished executing and has exited.</summary>
1104       <returns></returns>
1105     </member>
1106     <member name="F:System.Diagnostics.ThreadState.Transition">
1107       <summary>A state that indicates the thread is waiting for a resource, other than the processor, before it can execute. For example, it might be waiting for its execution stack to be paged in from disk.</summary>
1108       <returns></returns>
1109     </member>
1110     <member name="F:System.Diagnostics.ThreadState.Unknown">
1111       <summary>The state of the thread is unknown.</summary>
1112       <returns></returns>
1113     </member>
1114     <member name="F:System.Diagnostics.ThreadState.Wait">
1115       <summary>A state that indicates the thread is not ready to use the processor because it is waiting for a peripheral operation to complete or a resource to become free. When the thread is ready, it will be rescheduled.</summary>
1116       <returns></returns>
1117     </member>
1118     <member name="T:System.Diagnostics.ThreadPriorityLevel">
1119       <summary>Specifies the priority level of a thread.</summary>
1120     </member>
1121     <member name="F:System.Diagnostics.ThreadPriorityLevel.AboveNormal">
1122       <summary>Specifies one step above the normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
1123       <returns></returns>
1124     </member>
1125     <member name="F:System.Diagnostics.ThreadPriorityLevel.BelowNormal">
1126       <summary>Specifies one step below the normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
1127       <returns></returns>
1128     </member>
1129     <member name="F:System.Diagnostics.ThreadPriorityLevel.Highest">
1130       <summary>Specifies highest priority. This is two steps above the normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
1131       <returns></returns>
1132     </member>
1133     <member name="F:System.Diagnostics.ThreadPriorityLevel.Idle">
1134       <summary>Specifies idle priority. This is the lowest possible priority value of all threads, independent of the value of the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
1135       <returns></returns>
1136     </member>
1137     <member name="F:System.Diagnostics.ThreadPriorityLevel.Lowest">
1138       <summary>Specifies lowest priority. This is two steps below the normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
1139       <returns></returns>
1140     </member>
1141     <member name="F:System.Diagnostics.ThreadPriorityLevel.Normal">
1142       <summary>Specifies normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
1143       <returns></returns>
1144     </member>
1145     <member name="F:System.Diagnostics.ThreadPriorityLevel.TimeCritical">
1146       <summary>Specifies time-critical priority. This is the highest priority of all threads, independent of the value of the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
1147       <returns></returns>
1148     </member>
1149   </members>
1150 </doc>