[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / system.diagnostics.process / 4.1.0 / ref / netstandard1.3 / it / System.Diagnostics.Process.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Diagnostics.Process</name>
5   </assembly>
6   <members>
7     <member name="T:Microsoft.Win32.SafeHandles.SafeProcessHandle">
8       <summary>[SecurityCritical] Fornisce un wrapper gestito per un handle di processo.</summary>
9     </member>
10     <member name="M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean)">
11       <summary>[SecurityCritical] Inizializza una nuova istanza della classe <see cref="T:Microsoft.Win32.SafeHandles.SafeProcessHandle" /> dall'handle specificato, indicando se rilasciare l'handle durante la fase di finalizzazione. </summary>
12       <param name="existingHandle">Handle di cui eseguire il wrapping.</param>
13       <param name="ownsHandle">trueper consentire in modo affidabile <see cref="T:Microsoft.Win32.SafeHandles.SafeProcessHandle" /> rilasciare l'handle durante la fase di finalizzazione; in caso contrario, false.</param>
14     </member>
15     <member name="P:Microsoft.Win32.SafeHandles.SafeProcessHandle.IsInvalid"></member>
16     <member name="T:System.Diagnostics.DataReceivedEventArgs">
17       <summary>Fornisce i dati per gli eventi <see cref="E:System.Diagnostics.Process.OutputDataReceived" /> e <see cref="E:System.Diagnostics.Process.ErrorDataReceived" />.</summary>
18       <filterpriority>2</filterpriority>
19     </member>
20     <member name="P:System.Diagnostics.DataReceivedEventArgs.Data">
21       <summary>Ottiene la riga di caratteri che è stata scritta in un flusso di output di <see cref="T:System.Diagnostics.Process" /> reindirizzato.</summary>
22       <returns>Riga scritta da un <see cref="T:System.Diagnostics.Process" /> associato al relativo flusso di <see cref="P:System.Diagnostics.Process.StandardOutput" /> o di <see cref="P:System.Diagnostics.Process.StandardError" /> reindirizzato.</returns>
23       <filterpriority>2</filterpriority>
24     </member>
25     <member name="T:System.Diagnostics.DataReceivedEventHandler">
26       <summary>Rappresenta il metodo che gestirà l'evento <see cref="E:System.Diagnostics.Process.OutputDataReceived" /> o <see cref="E:System.Diagnostics.Process.ErrorDataReceived" /> di un oggetto <see cref="T:System.Diagnostics.Process" />.</summary>
27       <param name="sender">Origine dell'evento. </param>
28       <param name="e">Oggetto <see cref="T:System.Diagnostics.DataReceivedEventArgs" /> che contiene i dati dell'evento. </param>
29       <filterpriority>2</filterpriority>
30     </member>
31     <member name="T:System.Diagnostics.Process">
32       <summary>Fornisce l'accesso ai processi locali e remoti e permette di avviare e arrestare i processi locali del sistema.Per esaminare il codice sorgente di .NET Framework per questo tipo, vedere Origine riferimento.</summary>
33       <filterpriority>1</filterpriority>
34     </member>
35     <member name="M:System.Diagnostics.Process.#ctor">
36       <summary>Inizializza una nuova istanza della classe <see cref="T:System.Diagnostics.Process" />.</summary>
37     </member>
38     <member name="P:System.Diagnostics.Process.BasePriority">
39       <summary>Ottiene la priorità base del processo associato.</summary>
40       <returns>Priorità base, calcolata dalla proprietà <see cref="P:System.Diagnostics.Process.PriorityClass" /> del processo associato.</returns>
41       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property to false to access this property on Windows 98 and Windows Me.</exception>
42       <exception cref="T:System.InvalidOperationException">The process has exited.-or- The process has not started, so there is no process ID. </exception>
43       <filterpriority>2</filterpriority>
44     </member>
45     <member name="M:System.Diagnostics.Process.BeginErrorReadLine">
46       <summary>Inizia le operazioni di lettura asincrona sul flusso <see cref="P:System.Diagnostics.Process.StandardError" /> reindirizzato dell'applicazione.</summary>
47       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError" /> property is false.- or - An asynchronous read operation is already in progress on the <see cref="P:System.Diagnostics.Process.StandardError" /> stream.- or - The <see cref="P:System.Diagnostics.Process.StandardError" /> stream has been used by a synchronous read operation. </exception>
48       <filterpriority>2</filterpriority>
49     </member>
50     <member name="M:System.Diagnostics.Process.BeginOutputReadLine">
51       <summary>Inizia le operazioni di lettura asincrona sul flusso <see cref="P:System.Diagnostics.Process.StandardOutput" /> reindirizzato dell'applicazione.</summary>
52       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput" /> property is false.- or - An asynchronous read operation is already in progress on the <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream.- or - The <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream has been used by a synchronous read operation. </exception>
53       <filterpriority>2</filterpriority>
54     </member>
55     <member name="M:System.Diagnostics.Process.CancelErrorRead">
56       <summary>Annulla l'operazione di lettura asincrona sul flusso <see cref="P:System.Diagnostics.Process.StandardError" /> reindirizzato di un'applicazione.</summary>
57       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardError" /> stream is not enabled for asynchronous read operations. </exception>
58       <filterpriority>2</filterpriority>
59     </member>
60     <member name="M:System.Diagnostics.Process.CancelOutputRead">
61       <summary>Annulla l'operazione di lettura asincrona sul flusso <see cref="P:System.Diagnostics.Process.StandardOutput" /> reindirizzato di un'applicazione.</summary>
62       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream is not enabled for asynchronous read operations. </exception>
63       <filterpriority>2</filterpriority>
64     </member>
65     <member name="M:System.Diagnostics.Process.Dispose"></member>
66     <member name="M:System.Diagnostics.Process.Dispose(System.Boolean)">
67       <summary>Rilascia tutte le risorse usate dal processo.</summary>
68       <param name="disposing">true per rilasciare sia le risorse gestite sia quelle non gestite; false per rilasciare solo le risorse non gestite. </param>
69     </member>
70     <member name="P:System.Diagnostics.Process.EnableRaisingEvents">
71       <summary>Ottiene o imposta la generazione dell'evento <see cref="E:System.Diagnostics.Process.Exited" /> quando il processo viene terminato.</summary>
72       <returns>true se l'evento <see cref="E:System.Diagnostics.Process.Exited" /> dovrà essere generato quando il processo associato viene terminato (mediante un'uscita o una chiamata al metodo <see cref="M:System.Diagnostics.Process.Kill" />); in caso contrario, false.Il valore predefinito è false.</returns>
73       <filterpriority>2</filterpriority>
74     </member>
75     <member name="M:System.Diagnostics.Process.EnterDebugMode">
76       <summary>Imposta un componente <see cref="T:System.Diagnostics.Process" /> nello stato che gli permette di interagire con i processi del sistema operativo eseguiti in modalità speciale attivando la proprietà nativa SeDebugPrivilege sul thread corrente.</summary>
77       <filterpriority>2</filterpriority>
78     </member>
79     <member name="E:System.Diagnostics.Process.ErrorDataReceived">
80       <summary>Si verifica quando un'applicazione scrive nel proprio flusso <see cref="P:System.Diagnostics.Process.StandardError" /> reindirizzato.</summary>
81       <filterpriority>2</filterpriority>
82     </member>
83     <member name="P:System.Diagnostics.Process.ExitCode">
84       <summary>Ottiene il valore specificato dal processo associato quando è stato terminato.</summary>
85       <returns>Codice specificato dal processo associato quando è stato terminato.</returns>
86       <exception cref="T:System.InvalidOperationException">The process has not exited.-or- The process <see cref="P:System.Diagnostics.Process.Handle" /> is not valid. </exception>
87       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.ExitCode" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
88       <filterpriority>1</filterpriority>
89     </member>
90     <member name="E:System.Diagnostics.Process.Exited">
91       <summary>Si verifica al termine di un processo.</summary>
92       <filterpriority>2</filterpriority>
93     </member>
94     <member name="P:System.Diagnostics.Process.ExitTime">
95       <summary>Ottiene l'ora in cui il processo associato è stato terminato.</summary>
96       <returns>Oggetto <see cref="T:System.DateTime" /> che indica il momento in cui il processo associato è stato terminato.</returns>
97       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
98       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.ExitTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
99       <filterpriority>1</filterpriority>
100     </member>
101     <member name="M:System.Diagnostics.Process.GetCurrentProcess">
102       <summary>Ottiene un nuovo componente <see cref="T:System.Diagnostics.Process" /> e lo associa al processo attivo.</summary>
103       <returns>Nuovo componente <see cref="T:System.Diagnostics.Process" /> associato alla risorsa di processo che sta eseguendo l'applicazione chiamante.</returns>
104       <filterpriority>1</filterpriority>
105     </member>
106     <member name="M:System.Diagnostics.Process.GetProcessById(System.Int32)">
107       <summary>Restituisce un nuovo componente <see cref="T:System.Diagnostics.Process" />, dato l'identificatore di un processo nel computer locale.</summary>
108       <returns>Componente <see cref="T:System.Diagnostics.Process" /> associato alla risorsa locale del processo identificata dal parametro <paramref name="processId" />.</returns>
109       <param name="processId">Identificatore univoco nel sistema di una risorsa di processo. </param>
110       <exception cref="T:System.ArgumentException">The process specified by the <paramref name="processId" /> parameter is not running.The identifier might be expired.</exception>
111       <exception cref="T:System.InvalidOperationException">The process was not started by this object.</exception>
112       <filterpriority>1</filterpriority>
113     </member>
114     <member name="M:System.Diagnostics.Process.GetProcessById(System.Int32,System.String)">
115       <summary>Restituisce un nuovo componente <see cref="T:System.Diagnostics.Process" />, dato un identificatore di processo e il nome di un computer sulla rete.</summary>
116       <returns>Componente <see cref="T:System.Diagnostics.Process" /> associato a una risorsa di processo remota identificata dal parametro <paramref name="processId" />.</returns>
117       <param name="processId">Identificatore univoco nel sistema di una risorsa di processo. </param>
118       <param name="machineName">Nome di un computer della rete. </param>
119       <exception cref="T:System.ArgumentException">The process specified by the <paramref name="processId" /> parameter is not running.The identifier might be expired.-or- The <paramref name="machineName" /> parameter syntax is invalid.The name might have length zero (0).</exception>
120       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName" /> parameter is null. </exception>
121       <exception cref="T:System.InvalidOperationException">The process was not started by this object.</exception>
122       <filterpriority>1</filterpriority>
123     </member>
124     <member name="M:System.Diagnostics.Process.GetProcesses">
125       <summary>Crea un nuovo componente <see cref="T:System.Diagnostics.Process" /> per ciascuna risorsa di processo del computer locale.</summary>
126       <returns>Matrice di tipo <see cref="T:System.Diagnostics.Process" /> che rappresenta tutte le risorse di processo in esecuzione sul computer locale.</returns>
127       <filterpriority>1</filterpriority>
128     </member>
129     <member name="M:System.Diagnostics.Process.GetProcesses(System.String)">
130       <summary>Crea un nuovo componente <see cref="T:System.Diagnostics.Process" /> per ciascuna risorsa di processo nel computer specificato.</summary>
131       <returns>Matrice di tipo <see cref="T:System.Diagnostics.Process" /> che rappresenta tutte le risorse di processo in esecuzione sul computer specificato.</returns>
132       <param name="machineName">Computer da cui leggere l'elenco di processi. </param>
133       <exception cref="T:System.ArgumentException">The <paramref name="machineName" /> parameter syntax is invalid.It might have length zero (0).</exception>
134       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName" /> parameter is null. </exception>
135       <exception cref="T:System.PlatformNotSupportedException">The operating system platform does not support this operation on remote computers. </exception>
136       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information.This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
137       <exception cref="T:System.ComponentModel.Win32Exception">A problem occurred accessing an underlying system API. </exception>
138       <filterpriority>1</filterpriority>
139     </member>
140     <member name="M:System.Diagnostics.Process.GetProcessesByName(System.String)">
141       <summary>Crea una matrice di nuovi componenti <see cref="T:System.Diagnostics.Process" /> e li associa a tutte le risorse di processo nel computer locale che condividono il nome di processo specificato.</summary>
142       <returns>Una matrice di tipo <see cref="T:System.Diagnostics.Process" /> che rappresenta le risorse di processo che eseguono l'applicazione o il file specificati.</returns>
143       <param name="processName">Nome descrittivo del processo. </param>
144       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information.This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
145       <filterpriority>1</filterpriority>
146     </member>
147     <member name="M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String)">
148       <summary>Crea una matrice di nuovi componenti <see cref="T:System.Diagnostics.Process" /> e li associa a tutte le risorse di processo in un computer remoto che condividono il nome di processo specificato.</summary>
149       <returns>Una matrice di tipo <see cref="T:System.Diagnostics.Process" /> che rappresenta le risorse di processo che eseguono l'applicazione o il file specificati.</returns>
150       <param name="processName">Nome descrittivo del processo. </param>
151       <param name="machineName">Nome di un computer della rete. </param>
152       <exception cref="T:System.ArgumentException">The <paramref name="machineName" /> parameter syntax is invalid.It might have length zero (0).</exception>
153       <exception cref="T:System.ArgumentNullException">The <paramref name="machineName" /> parameter is null. </exception>
154       <exception cref="T:System.PlatformNotSupportedException">The operating system platform does not support this operation on remote computers. </exception>
155       <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information.This exception is specific to Windows NT, Windows 2000, and Windows XP.</exception>
156       <exception cref="T:System.ComponentModel.Win32Exception">A problem occurred accessing an underlying system API. </exception>
157       <filterpriority>1</filterpriority>
158     </member>
159     <member name="P:System.Diagnostics.Process.HasExited">
160       <summary>Ottiene un valore che indica se il processo associato è stato terminato.</summary>
161       <returns>true se il processo del sistema operativo cui fa riferimento il componente <see cref="T:System.Diagnostics.Process" /> è stato terminato; in caso contrario, false.</returns>
162       <exception cref="T:System.InvalidOperationException">There is no process associated with the object. </exception>
163       <exception cref="T:System.ComponentModel.Win32Exception">The exit code for the process could not be retrieved. </exception>
164       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.HasExited" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
165       <filterpriority>1</filterpriority>
166     </member>
167     <member name="P:System.Diagnostics.Process.Id">
168       <summary>Ottiene l'identificatore univoco per il processo associato.</summary>
169       <returns>Identificatore univoco generato dal sistema relativo al processo cui questa istanza di <see cref="T:System.Diagnostics.Process" /> fa riferimento.</returns>
170       <exception cref="T:System.InvalidOperationException">The process's <see cref="P:System.Diagnostics.Process.Id" /> property has not been set.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object. </exception>
171       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property to false to access this property on Windows 98 and Windows Me.</exception>
172       <filterpriority>1</filterpriority>
173     </member>
174     <member name="M:System.Diagnostics.Process.Kill">
175       <summary>Arresta immediatamente il processo associato.</summary>
176       <exception cref="T:System.ComponentModel.Win32Exception">The associated process could not be terminated. -or-The process is terminating.-or- The associated process is a Win16 executable.</exception>
177       <exception cref="T:System.NotSupportedException">You are attempting to call <see cref="M:System.Diagnostics.Process.Kill" /> for a process that is running on a remote computer.The method is available only for processes running on the local computer.</exception>
178       <exception cref="T:System.InvalidOperationException">The process has already exited. -or-There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object.</exception>
179       <filterpriority>1</filterpriority>
180     </member>
181     <member name="M:System.Diagnostics.Process.LeaveDebugMode">
182       <summary>Fa uscire un componente <see cref="T:System.Diagnostics.Process" /> dallo stato che permette di interagire con i processi del sistema operativo eseguiti in modalità speciale.</summary>
183       <filterpriority>2</filterpriority>
184     </member>
185     <member name="P:System.Diagnostics.Process.MachineName">
186       <summary>Ottiene il nome del computer sul quale è in esecuzione il processo associato.</summary>
187       <returns>Nome del computer sul quale è in esecuzione il processo associato.</returns>
188       <exception cref="T:System.InvalidOperationException">There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object. </exception>
189       <filterpriority>1</filterpriority>
190     </member>
191     <member name="P:System.Diagnostics.Process.MainModule">
192       <summary>Ottiene il modulo principale del processo associato.</summary>
193       <returns>Oggetto <see cref="T:System.Diagnostics.ProcessModule" /> usato per avviare il processo.</returns>
194       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.MainModule" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
195       <exception cref="T:System.ComponentModel.Win32Exception">A 32-bit process is trying to access the modules of a 64-bit process.</exception>
196       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> to false to access this property on Windows 98 and Windows Me.</exception>
197       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.-or- The process has exited. </exception>
198       <filterpriority>1</filterpriority>
199     </member>
200     <member name="P:System.Diagnostics.Process.MaxWorkingSet">
201       <summary>Ottiene o imposta la dimensione massima del working set consentita per il processo associato.</summary>
202       <returns>Dimensione massima del working set consentita in memoria per il processo, in byte.</returns>
203       <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>
204       <exception cref="T:System.ComponentModel.Win32Exception">Working set information cannot be retrieved from the associated process resource.-or- The process identifier or process handle is zero because the process has not been started. </exception>
205       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.MaxWorkingSet" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
206       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.-or- The process has exited. </exception>
207       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
208       <filterpriority>2</filterpriority>
209     </member>
210     <member name="P:System.Diagnostics.Process.MinWorkingSet">
211       <summary>Ottiene o imposta la dimensione minima del working set consentita per il processo associato.</summary>
212       <returns>Dimensione minima del working set richiesta in memoria per il processo, in byte.</returns>
213       <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>
214       <exception cref="T:System.ComponentModel.Win32Exception">Working set information cannot be retrieved from the associated process resource.-or- The process identifier or process handle is zero because the process has not been started. </exception>
215       <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.MinWorkingSet" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
216       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.-or- The process has exited.</exception>
217       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
218       <filterpriority>2</filterpriority>
219     </member>
220     <member name="P:System.Diagnostics.Process.Modules">
221       <summary>Ottiene i moduli che sono stati caricati dal processo associato.</summary>
222       <returns>Matrice di tipo <see cref="T:System.Diagnostics.ProcessModule" /> che rappresenta i moduli caricati dal processo associato.</returns>
223       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.Modules" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
224       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.</exception>
225       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> to false to access this property on Windows 98 and Windows Me.</exception>
226       <exception cref="T:System.ComponentModel.Win32Exception">You are attempting to access the <see cref="P:System.Diagnostics.Process.Modules" /> property for either the system process or the idle process.These processes do not have modules.</exception>
227       <filterpriority>2</filterpriority>
228     </member>
229     <member name="P:System.Diagnostics.Process.NonpagedSystemMemorySize64">
230       <summary>Ottiene la quantità di memoria di sistema non di paging allocata per il processo associato.</summary>
231       <returns>Quantità di memoria di sistema, in byte, allocata per il processo associato che non può essere scritta nel file di paging della memoria virtuale.</returns>
232       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
233       <filterpriority>2</filterpriority>
234     </member>
235     <member name="M:System.Diagnostics.Process.OnExited">
236       <summary>Genera l'evento <see cref="E:System.Diagnostics.Process.Exited" />.</summary>
237     </member>
238     <member name="E:System.Diagnostics.Process.OutputDataReceived">
239       <summary>Si verifica quando un'applicazione scrive nel proprio flusso <see cref="P:System.Diagnostics.Process.StandardOutput" /> reindirizzato.</summary>
240       <filterpriority>2</filterpriority>
241     </member>
242     <member name="P:System.Diagnostics.Process.PagedMemorySize64">
243       <summary>Ottiene la quantità di memoria di paging allocata per il processo associato.</summary>
244       <returns>Quantità di memoria, in byte, allocata nel file di paging della memoria virtuale per il processo associato.</returns>
245       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
246       <filterpriority>2</filterpriority>
247     </member>
248     <member name="P:System.Diagnostics.Process.PagedSystemMemorySize64">
249       <summary>Ottiene la quantità di memoria di sistema paginabile allocata per il processo associato.</summary>
250       <returns>Quantità di memoria di sistema, in byte, allocata per il processo associato che può essere scritta nel file di paging della memoria virtuale.</returns>
251       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
252       <filterpriority>2</filterpriority>
253     </member>
254     <member name="P:System.Diagnostics.Process.PeakPagedMemorySize64">
255       <summary>Ottiene la quantità massima di memoria nel file di paging della memoria virtuale usata dal processo associato.</summary>
256       <returns>Quantità massima di memoria, in byte, allocata nel file di paging della memoria virtuale per il processo associato da quando è stato avviato.</returns>
257       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
258       <filterpriority>2</filterpriority>
259     </member>
260     <member name="P:System.Diagnostics.Process.PeakVirtualMemorySize64">
261       <summary>Ottiene la quantità massima di memoria virtuale usata dal processo associato.</summary>
262       <returns>Quantità massima di memoria virtuale, in byte, allocata per il processo associato da quando è stato avviato.</returns>
263       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
264       <filterpriority>2</filterpriority>
265     </member>
266     <member name="P:System.Diagnostics.Process.PeakWorkingSet64">
267       <summary>Ottiene la quantità massima di memoria fisica usata dal processo associato.</summary>
268       <returns>Quantità massima di memoria fisica, in byte, allocata per il processo associato da quando è stato avviato.</returns>
269       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
270       <filterpriority>2</filterpriority>
271     </member>
272     <member name="P:System.Diagnostics.Process.PriorityBoostEnabled">
273       <summary>Ottiene o imposta un valore che indica se la priorità del processo associato deve essere incrementata temporaneamente dal sistema operativo quando la finestra principale è attiva.</summary>
274       <returns>true se va eseguito l'incremento dinamico della priorità del processo uscito dallo stato di attesa; in caso contrario, false.Il valore predefinito è false.</returns>
275       <exception cref="T:System.ComponentModel.Win32Exception">Priority boost information could not be retrieved from the associated process resource. </exception>
276       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.-or- The process identifier or process handle is zero.(The process has not been started.)</exception>
277       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.PriorityBoostEnabled" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
278       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.</exception>
279       <filterpriority>1</filterpriority>
280     </member>
281     <member name="P:System.Diagnostics.Process.PriorityClass">
282       <summary>Ottiene o imposta la categoria di priorità globale per il processo associato.</summary>
283       <returns>Categoria di priorità del processo associato, dalla quale viene calcolata la proprietà <see cref="P:System.Diagnostics.Process.BasePriority" /> del processo.</returns>
284       <exception cref="T:System.ComponentModel.Win32Exception">Process priority information could not be set or retrieved from the associated process resource.-or- The process identifier or process handle is zero.(The process has not been started.)</exception>
285       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.PriorityClass" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
286       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> is not available.</exception>
287       <exception cref="T:System.PlatformNotSupportedException">You have set the <see cref="P:System.Diagnostics.Process.PriorityClass" /> to AboveNormal or BelowNormal when using Windows 98 or Windows Millennium Edition (Windows Me).These platforms do not support those values for the priority class.</exception>
288       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">Priority class cannot be set because it does not use a valid value, as defined in the <see cref="T:System.Diagnostics.ProcessPriorityClass" /> enumeration.</exception>
289       <filterpriority>1</filterpriority>
290     </member>
291     <member name="P:System.Diagnostics.Process.PrivateMemorySize64">
292       <summary>Ottiene la quantità di memoria privata allocata per il processo associato.</summary>
293       <returns>Quantità di memoria, in byte, allocata per il processo associato che non può essere condivisa con altri processi.</returns>
294       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
295       <filterpriority>2</filterpriority>
296     </member>
297     <member name="P:System.Diagnostics.Process.PrivilegedProcessorTime">
298       <summary>Ottiene il tempo privilegiato del processore per questo processo.</summary>
299       <returns>Valore <see cref="T:System.TimeSpan" /> che indica la quantità di tempo impiegato dal processore nell'eseguire il codice all'interno del nucleo centrale del sistema operativo.</returns>
300       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
301       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.PrivilegedProcessorTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
302       <filterpriority>2</filterpriority>
303     </member>
304     <member name="P:System.Diagnostics.Process.ProcessName">
305       <summary>Ottiene il nome del processo.</summary>
306       <returns>Nome usato dal sistema per identificare il processo rispetto all'utente.</returns>
307       <exception cref="T:System.InvalidOperationException">The process does not have an identifier, or no process is associated with the <see cref="T:System.Diagnostics.Process" />.-or- The associated process has exited. </exception>
308       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> to false to access this property on Windows 98 and Windows Me.</exception>
309       <exception cref="T:System.NotSupportedException">The process is not on this computer.</exception>
310       <filterpriority>1</filterpriority>
311     </member>
312     <member name="P:System.Diagnostics.Process.ProcessorAffinity">
313       <summary>Ottiene o imposta i processori nei quali è pianificata l'esecuzione dei thread di questo processo.</summary>
314       <returns>Maschera di bit che rappresenta i processori con cui è possibile eseguire i thread del processo associato.Il valore predefinito dipende dal numero di processori presenti nel computer.Il valore predefinito è 2 n -1, dove n è il numero di processori.</returns>
315       <exception cref="T:System.ComponentModel.Win32Exception">
316         <see cref="P:System.Diagnostics.Process.ProcessorAffinity" /> information could not be set or retrieved from the associated process resource.-or- The process identifier or process handle is zero.(The process has not been started.)</exception>
317       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.ProcessorAffinity" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
318       <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id" /> was not available.-or- The process has exited. </exception>
319       <filterpriority>2</filterpriority>
320     </member>
321     <member name="M:System.Diagnostics.Process.Refresh">
322       <summary>Elimina le informazioni relative al processo associato memorizzate nella cache all'interno del componente del processo.</summary>
323       <filterpriority>1</filterpriority>
324     </member>
325     <member name="P:System.Diagnostics.Process.SafeHandle">
326       <summary>Ottiene l'handle nativo di questo processo.</summary>
327       <returns>Handle nativo di questo processo.</returns>
328     </member>
329     <member name="P:System.Diagnostics.Process.SessionId">
330       <summary>Ottiene l'identificatore della sessione di Servizi terminal per il processo associato.</summary>
331       <returns>Identificatore della sessione di Servizi terminal per il processo associato.</returns>
332       <exception cref="T:System.NullReferenceException">There is no session associated with this process.</exception>
333       <exception cref="T:System.InvalidOperationException">There is no process associated with this session identifier.-or-The associated process is not on this machine. </exception>
334       <exception cref="T:System.PlatformNotSupportedException">The <see cref="P:System.Diagnostics.Process.SessionId" /> property is not supported on Windows 98.</exception>
335       <filterpriority>1</filterpriority>
336     </member>
337     <member name="P:System.Diagnostics.Process.StandardError">
338       <summary>Ottiene un flusso usato per leggere l'output di errore dell'applicazione.</summary>
339       <returns>Oggetto <see cref="T:System.IO.StreamReader" /> che può essere usato per leggere il flusso di errore standard dell'applicazione.</returns>
340       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardError" /> stream has not been defined for redirection; ensure <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError" /> is set to true and <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> is set to false.- or - The <see cref="P:System.Diagnostics.Process.StandardError" /> stream has been opened for asynchronous read operations with <see cref="M:System.Diagnostics.Process.BeginErrorReadLine" />. </exception>
341       <filterpriority>1</filterpriority>
342     </member>
343     <member name="P:System.Diagnostics.Process.StandardInput">
344       <summary>Ottiene un flusso usato per scrivere l'input dell'applicazione.</summary>
345       <returns>Oggetto <see cref="T:System.IO.StreamWriter" /> che può essere usato per scrivere il flusso di input standard dell'applicazione.</returns>
346       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardInput" /> stream has not been defined because <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput" /> is set to false. </exception>
347       <filterpriority>1</filterpriority>
348     </member>
349     <member name="P:System.Diagnostics.Process.StandardOutput">
350       <summary>Ottiene un flusso usato per leggere l'output dell'applicazione.</summary>
351       <returns>Oggetto <see cref="T:System.IO.StreamReader" /> che può essere usato per leggere il flusso di output standard dell'applicazione.</returns>
352       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream has not been defined for redirection; ensure <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput" /> is set to true and <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> is set to false.- or - The <see cref="P:System.Diagnostics.Process.StandardOutput" /> stream has been opened for asynchronous read operations with <see cref="M:System.Diagnostics.Process.BeginOutputReadLine" />. </exception>
353       <filterpriority>1</filterpriority>
354     </member>
355     <member name="M:System.Diagnostics.Process.Start">
356       <summary>Avvia (o riutilizza) la risorsa di processo specificata dalla proprietà <see cref="P:System.Diagnostics.Process.StartInfo" /> di questo componente <see cref="T:System.Diagnostics.Process" /> e la associa al componente.</summary>
357       <returns>true se viene avviata una risorsa di processo, false se non viene avviata alcuna risorsa di processo nuova (ad esempio, se è stato riutilizzato un processo esistente).</returns>
358       <exception cref="T:System.InvalidOperationException">No file name was specified in the <see cref="T:System.Diagnostics.Process" /> component's <see cref="P:System.Diagnostics.Process.StartInfo" />.-or- The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> member of the <see cref="P:System.Diagnostics.Process.StartInfo" /> property is true while <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput" />, <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput" />, or <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError" /> is true. </exception>
359       <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
360       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
361       <filterpriority>1</filterpriority>
362     </member>
363     <member name="M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo)">
364       <summary>Avvia la risorsa di processo specificata dal parametro contenente le informazioni di avvio del processo (ad esempio, il nome file del processo da avviare) e associa la risorsa a un nuovo componente <see cref="T:System.Diagnostics.Process" />.</summary>
365       <returns>Nuovo <see cref="T:System.Diagnostics.Process" /> associato alla risorsa di processo o null se non viene avviata alcuna risorsa di processo.Si noti che un nuovo processo avviato parallelamente a istanze dello stesso processo già in esecuzione sarà indipendente dalle altre.Inoltre, l'avvio può restituire un processo non Null con la relativa proprietà <see cref="T:System.Diagnostics.ProcessHasExited" /> già impostata su true.In questo caso, è possibile che il processo avviato abbia attivato un'istanza esistente di se stesso e quindi sia terminato.</returns>
366       <param name="startInfo">Oggetto <see cref="T:System.Diagnostics.ProcessStartInfo" /> che contiene le informazioni usate per avviare il processo, tra cui il nome file e gli eventuali argomenti della riga di comando. </param>
367       <exception cref="T:System.InvalidOperationException">No file name was specified in the <paramref name="startInfo" /> parameter's <see cref="P:System.Diagnostics.ProcessStartInfo.FileName" /> property.-or- The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property of the <paramref name="startInfo" /> parameter is true and the <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput" />, <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput" />, or <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError" /> property is also true.-or-The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property of the <paramref name="startInfo" /> parameter is true and the <see cref="P:System.Diagnostics.ProcessStartInfo.UserName" /> property is not null or empty or the <see cref="P:System.Diagnostics.ProcessStartInfo.Password" /> property is not null.</exception>
368       <exception cref="T:System.ArgumentNullException">The <paramref name="startInfo" /> parameter is null. </exception>
369       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
370       <exception cref="T:System.IO.FileNotFoundException">The file specified in the <paramref name="startInfo" /> parameter's <see cref="P:System.Diagnostics.ProcessStartInfo.FileName" /> property could not be found.</exception>
371       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file. -or-The sum of the length of the arguments and the length of the full path to the process exceeds 2080.The error message associated with this exception can be one of the following: "The data area passed to a system call is too small." or "Access is denied."</exception>
372       <filterpriority>1</filterpriority>
373     </member>
374     <member name="M:System.Diagnostics.Process.Start(System.String)">
375       <summary>Avvia una risorsa di processo specificando il nome di un documento o un file di applicazione e associa la risorsa a un nuovo componente <see cref="T:System.Diagnostics.Process" />.</summary>
376       <returns>Nuovo <see cref="T:System.Diagnostics.Process" /> associato alla risorsa di processo o null se non viene avviata alcuna risorsa di processo.Si noti che un nuovo processo avviato parallelamente a istanze dello stesso processo già in esecuzione sarà indipendente dalle altre.Inoltre, l'avvio può restituire un processo non Null con la relativa proprietà <see cref="T:System.Diagnostics.ProcessHasExited" /> già impostata su true.In questo caso, è possibile che il processo avviato abbia attivato un'istanza esistente di se stesso e quindi sia terminato.</returns>
377       <param name="fileName">Nome di un documento o di un file di applicazione da eseguire nel processo. </param>
378       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file. </exception>
379       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
380       <exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
381       <filterpriority>1</filterpriority>
382     </member>
383     <member name="M:System.Diagnostics.Process.Start(System.String,System.String)">
384       <summary>Avvia una risorsa di processo specificando il nome di un'applicazione e un insieme di argomenti della riga di comando e associa la risorsa a un nuovo componente <see cref="T:System.Diagnostics.Process" />.</summary>
385       <returns>Nuovo <see cref="T:System.Diagnostics.Process" /> associato alla risorsa di processo o null se non viene avviata alcuna risorsa di processo.Si noti che un nuovo processo avviato parallelamente a istanze dello stesso processo già in esecuzione sarà indipendente dalle altre.Inoltre, l'avvio può restituire un processo non Null con la relativa proprietà <see cref="T:System.Diagnostics.ProcessHasExited" /> già impostata su true.In questo caso, è possibile che il processo avviato abbia attivato un'istanza esistente di se stesso e quindi sia terminato.</returns>
386       <param name="fileName">Nome di un file di applicazione da eseguire nel processo. </param>
387       <param name="arguments">Argomenti della riga di comando da passare all'avvio del processo. </param>
388       <exception cref="T:System.InvalidOperationException">The <paramref name="fileName" /> or <paramref name="arguments" /> parameter is null. </exception>
389       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file. -or-The sum of the length of the arguments and the length of the full path to the process exceeds 2080.The error message associated with this exception can be one of the following: "The data area passed to a system call is too small." or "Access is denied."</exception>
390       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
391       <exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
392       <filterpriority>1</filterpriority>
393     </member>
394     <member name="M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String)">
395       <summary>Avvia una risorsa di processo specificando il nome di un'applicazione, un nome utente, una password e un dominio e associa la risorsa a un nuovo componente <see cref="T:System.Diagnostics.Process" />.</summary>
396       <returns>Nuovo <see cref="T:System.Diagnostics.Process" /> associato alla risorsa di processo o null se non viene avviata alcuna risorsa di processo.Si noti che un nuovo processo avviato parallelamente a istanze dello stesso processo già in esecuzione sarà indipendente dalle altre.Inoltre, l'avvio può restituire un processo non Null con la relativa proprietà <see cref="T:System.Diagnostics.ProcessHasExited" /> già impostata su true.In questo caso, è possibile che il processo avviato abbia attivato un'istanza esistente di se stesso e quindi sia terminato.</returns>
397       <param name="fileName">Nome di un file di applicazione da eseguire nel processo.</param>
398       <param name="userName">Nome utente da usare all'avvio del processo.</param>
399       <param name="password">Classe <see cref="T:System.Security.SecureString" /> contenente la password da usare all'avvio del processo.</param>
400       <param name="domain">Dominio da usare all'avvio del processo.</param>
401       <exception cref="T:System.InvalidOperationException">No file name was specified. </exception>
402       <exception cref="T:System.ComponentModel.Win32Exception">
403         <paramref name="fileName" /> is not an executable (.exe) file.</exception>
404       <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
405       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
406       <filterpriority>1</filterpriority>
407     </member>
408     <member name="M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String)">
409       <summary>Avvia una risorsa di processo specificando il nome di un'applicazione e un insieme di argomenti della riga di comando, un nome utente, una password e un dominio, e associa la risorsa a un nuovo componente <see cref="T:System.Diagnostics.Process" />.</summary>
410       <returns>Nuovo <see cref="T:System.Diagnostics.Process" /> associato alla risorsa di processo o null se non viene avviata alcuna risorsa di processo.Si noti che un nuovo processo avviato parallelamente a istanze dello stesso processo già in esecuzione sarà indipendente dalle altre.Inoltre, l'avvio può restituire un processo non Null con la relativa proprietà <see cref="T:System.Diagnostics.ProcessHasExited" /> già impostata su true.In questo caso, è possibile che il processo avviato abbia attivato un'istanza esistente di se stesso e quindi sia terminato.</returns>
411       <param name="fileName">Nome di un file di applicazione da eseguire nel processo. </param>
412       <param name="arguments">Argomenti della riga di comando da passare all'avvio del processo. </param>
413       <param name="userName">Nome utente da usare all'avvio del processo.</param>
414       <param name="password">Classe <see cref="T:System.Security.SecureString" /> contenente la password da usare all'avvio del processo.</param>
415       <param name="domain">Dominio da usare all'avvio del processo.</param>
416       <exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
417       <exception cref="T:System.ComponentModel.Win32Exception">
418         <paramref name="fileName" /> is not an executable (.exe) file.</exception>
419       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file. -or-The sum of the length of the arguments and the length of the full path to the associated file exceeds 2080.The error message associated with this exception can be one of the following: "The data area passed to a system call is too small." or "Access is denied."</exception>
420       <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
421       <filterpriority>1</filterpriority>
422     </member>
423     <member name="P:System.Diagnostics.Process.StartInfo">
424       <summary>Ottiene o imposta le proprietà da passare al metodo <see cref="M:System.Diagnostics.Process.Start" /> del componente <see cref="T:System.Diagnostics.Process" />.</summary>
425       <returns>Oggetto <see cref="T:System.Diagnostics.ProcessStartInfo" /> che rappresenta i dati con i quali avviare il processo.Tra gli argomenti sono compresi il nome del file eseguibile o il documento usato per avviare il processo.</returns>
426       <exception cref="T:System.ArgumentNullException">The value that specifies the <see cref="P:System.Diagnostics.Process.StartInfo" /> is null. </exception>
427       <filterpriority>1</filterpriority>
428     </member>
429     <member name="P:System.Diagnostics.Process.StartTime">
430       <summary>Ottiene l'ora in cui è stato avviato il processo associato.</summary>
431       <returns>Oggetto che indica il momento in cui è stato avviato il processo.Viene generata un eccezione se il processo non è in esecuzione.</returns>
432       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
433       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.StartTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
434       <exception cref="T:System.InvalidOperationException">The process has exited.-or-The process has not been started.</exception>
435       <exception cref="T:System.ComponentModel.Win32Exception">An error occurred in the call to the Windows function.</exception>
436       <filterpriority>1</filterpriority>
437     </member>
438     <member name="P:System.Diagnostics.Process.Threads">
439       <summary>Ottiene il gruppo di thread in esecuzione nel processo associato.</summary>
440       <returns>Matrice di tipo <see cref="T:System.Diagnostics.ProcessThread" /> che rappresenta i thread del sistema operativo attualmente in esecuzione nel processo associato.</returns>
441       <exception cref="T:System.SystemException">The process does not have an <see cref="P:System.Diagnostics.Process.Id" />, or no process is associated with the <see cref="T:System.Diagnostics.Process" /> instance.-or- The associated process has exited. </exception>
442       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> to false to access this property on Windows 98 and Windows Me.</exception>
443       <filterpriority>1</filterpriority>
444     </member>
445     <member name="P:System.Diagnostics.Process.TotalProcessorTime">
446       <summary>Ottiene il tempo totale del processore per questo processo.</summary>
447       <returns>Valore <see cref="T:System.TimeSpan" /> che indica la quantità di tempo impiegato dal processo associato nell'utilizzo della CPU.Questo valore è la somma delle proprietà <see cref="P:System.Diagnostics.Process.UserProcessorTime" /> e <see cref="P:System.Diagnostics.Process.PrivilegedProcessorTime" />.</returns>
448       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
449       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.TotalProcessorTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
450       <filterpriority>2</filterpriority>
451     </member>
452     <member name="P:System.Diagnostics.Process.UserProcessorTime">
453       <summary>Ottiene il tempo utente del processore per questo processo.</summary>
454       <returns>Valore <see cref="T:System.TimeSpan" /> che indica la quantità di tempo impiegato dal processo associato nell'esecuzione del codice all'interno della parte di applicazione del processo (non all'interno del nucleo centrale del sistema operativo).</returns>
455       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
456       <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.UserProcessorTime" /> property for a process that is running on a remote computer.This property is available only for processes that are running on the local computer.</exception>
457       <filterpriority>2</filterpriority>
458     </member>
459     <member name="P:System.Diagnostics.Process.VirtualMemorySize64">
460       <summary>Ottiene la quantità di memoria virtuale allocata per il processo associato.</summary>
461       <returns>Quantità di memoria virtuale, in byte, allocata per il processo associato.</returns>
462       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
463       <filterpriority>2</filterpriority>
464     </member>
465     <member name="M:System.Diagnostics.Process.WaitForExit">
466       <summary>Indica al componente <see cref="T:System.Diagnostics.Process" /> di attendere in modo indefinito la terminazione del processo associato.</summary>
467       <exception cref="T:System.ComponentModel.Win32Exception">The wait setting could not be accessed. </exception>
468       <exception cref="T:System.SystemException">No process <see cref="P:System.Diagnostics.Process.Id" /> has been set, and a <see cref="P:System.Diagnostics.Process.Handle" /> from which the <see cref="P:System.Diagnostics.Process.Id" /> property can be determined does not exist.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object.-or- You are attempting to call <see cref="M:System.Diagnostics.Process.WaitForExit" /> for a process that is running on a remote computer.This method is available only for processes that are running on the local computer.</exception>
469       <filterpriority>1</filterpriority>
470     </member>
471     <member name="M:System.Diagnostics.Process.WaitForExit(System.Int32)">
472       <summary>Indica al componente <see cref="T:System.Diagnostics.Process" /> di attendere per il numero specificato di millisecondi che il processo venga terminato.</summary>
473       <returns>true se il processo associato è stato terminato; in caso contrario, false.</returns>
474       <param name="milliseconds">Quantità di tempo, espressa in millisecondi, in base alla quale viene attesa la terminazione del processo associato.Il valore massimo è il valore Integer a 32 bit più alto possibile, che rappresenta l'infinito per il sistema operativo.</param>
475       <exception cref="T:System.ComponentModel.Win32Exception">The wait setting could not be accessed. </exception>
476       <exception cref="T:System.SystemException">No process <see cref="P:System.Diagnostics.Process.Id" /> has been set, and a <see cref="P:System.Diagnostics.Process.Handle" /> from which the <see cref="P:System.Diagnostics.Process.Id" /> property can be determined does not exist.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object.-or- You are attempting to call <see cref="M:System.Diagnostics.Process.WaitForExit(System.Int32)" /> for a process that is running on a remote computer.This method is available only for processes that are running on the local computer.</exception>
477       <filterpriority>1</filterpriority>
478     </member>
479     <member name="P:System.Diagnostics.Process.WorkingSet64">
480       <summary>Ottiene la quantità di memoria fisica allocata per il processo associato.</summary>
481       <returns>Quantità di memoria fisica, in byte, allocata per il processo associato.</returns>
482       <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
483       <filterpriority>2</filterpriority>
484     </member>
485     <member name="T:System.Diagnostics.ProcessModule">
486       <summary>Rappresenta un file DLL o EXE caricato in un particolare processo.</summary>
487       <filterpriority>2</filterpriority>
488     </member>
489     <member name="P:System.Diagnostics.ProcessModule.BaseAddress">
490       <summary>Ottiene l'indirizzo di memoria in cui è stato caricato il modulo.</summary>
491       <returns>L'indirizzo di caricamento del modulo.</returns>
492       <filterpriority>2</filterpriority>
493     </member>
494     <member name="P:System.Diagnostics.ProcessModule.EntryPointAddress">
495       <summary>Ottiene l'indirizzo di memoria della funzione eseguita quando il sistema carica ed esegue il modulo.</summary>
496       <returns>Il punto di ingresso del modulo.</returns>
497       <filterpriority>2</filterpriority>
498       <PermissionSet>
499         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
500       </PermissionSet>
501     </member>
502     <member name="P:System.Diagnostics.ProcessModule.FileName">
503       <summary>Ottiene il percorso completo del modulo.</summary>
504       <returns>Il percorso completo che definisce la posizione del modulo.</returns>
505       <filterpriority>2</filterpriority>
506     </member>
507     <member name="P:System.Diagnostics.ProcessModule.ModuleMemorySize">
508       <summary>Ottiene la quantità di memoria richiesta per caricare il modulo.</summary>
509       <returns>La dimensione in byte della memoria occupata dal modulo.</returns>
510       <filterpriority>2</filterpriority>
511     </member>
512     <member name="P:System.Diagnostics.ProcessModule.ModuleName">
513       <summary>Ottiene il nome del modulo del processo.</summary>
514       <returns>Nome del modulo.</returns>
515       <filterpriority>2</filterpriority>
516     </member>
517     <member name="M:System.Diagnostics.ProcessModule.ToString">
518       <summary>Converte il nome del modulo in una stringa.</summary>
519       <returns>Valore della proprietà <see cref="P:System.Diagnostics.ProcessModule.ModuleName" />.</returns>
520       <filterpriority>2</filterpriority>
521     </member>
522     <member name="T:System.Diagnostics.ProcessModuleCollection">
523       <summary>Fornisce un insieme fortemente tipizzato di oggetti <see cref="T:System.Diagnostics.ProcessModule" />.</summary>
524       <filterpriority>2</filterpriority>
525     </member>
526     <member name="M:System.Diagnostics.ProcessModuleCollection.#ctor">
527       <summary>Consente di inizializzare una nuova istanza della classe <see cref="T:System.Diagnostics.ProcessModuleCollection" />, senza istanze di <see cref="T:System.Diagnostics.ProcessModule" /> associate.</summary>
528     </member>
529     <member name="M:System.Diagnostics.ProcessModuleCollection.#ctor(System.Diagnostics.ProcessModule[])">
530       <summary>Consente di inizializzare una nuova istanza della classe <see cref="T:System.Diagnostics.ProcessModuleCollection" /> utilizzando la matrice specificata di istanze <see cref="T:System.Diagnostics.ProcessModule" />.</summary>
531       <param name="processModules">Matrice di istanze di <see cref="T:System.Diagnostics.ProcessModule" /> con la quale inizializzare questa istanza <see cref="T:System.Diagnostics.ProcessModuleCollection" /> . </param>
532     </member>
533     <member name="M:System.Diagnostics.ProcessModuleCollection.Contains(System.Diagnostics.ProcessModule)">
534       <summary>Determina se il modulo di processo specificato è contenuto nell'insieme.</summary>
535       <returns>Restituisce true se il modulo è presente nell'insieme; in caso contrario, false.</returns>
536       <param name="module">Istanza <see cref="T:System.Diagnostics.ProcessModule" /> che indica il modulo da trovare in questo insieme. </param>
537       <filterpriority>2</filterpriority>
538     </member>
539     <member name="M:System.Diagnostics.ProcessModuleCollection.CopyTo(System.Diagnostics.ProcessModule[],System.Int32)">
540       <summary>Copia una matrice di istanze <see cref="T:System.Diagnostics.ProcessModule" /> nell'insieme, in corrispondenza dell'indice specificato.</summary>
541       <param name="array">Matrice di istanze <see cref="T:System.Diagnostics.ProcessModule" /> da aggiungere all'insieme. </param>
542       <param name="index">Posizione in cui aggiungere le nuove istanze. </param>
543       <filterpriority>2</filterpriority>
544     </member>
545     <member name="P:System.Diagnostics.ProcessModuleCollection.Count"></member>
546     <member name="M:System.Diagnostics.ProcessModuleCollection.GetEnumerator"></member>
547     <member name="M:System.Diagnostics.ProcessModuleCollection.IndexOf(System.Diagnostics.ProcessModule)">
548       <summary>Fornisce la posizione di un modulo specificato nell'insieme.</summary>
549       <returns>Indice a base zero che definisce la posizione del modulo in <see cref="T:System.Diagnostics.ProcessModuleCollection" />.</returns>
550       <param name="module">
551         <see cref="T:System.Diagnostics.ProcessModule" /> il cui indice viene richiamato. </param>
552       <filterpriority>2</filterpriority>
553     </member>
554     <member name="P:System.Diagnostics.ProcessModuleCollection.Item(System.Int32)">
555       <summary>Ottiene un indice per scorrere l'insieme di moduli di processo.</summary>
556       <returns>
557         <see cref="T:System.Diagnostics.ProcessModule" /> che indicizza i moduli nell'insieme. </returns>
558       <param name="index">Valore di indice a base zero del modulo dell'insieme. </param>
559       <filterpriority>2</filterpriority>
560     </member>
561     <member name="M:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"></member>
562     <member name="P:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#IsSynchronized"></member>
563     <member name="P:System.Diagnostics.ProcessModuleCollection.System#Collections#ICollection#SyncRoot"></member>
564     <member name="T:System.Diagnostics.ProcessPriorityClass">
565       <summary>Indica la priorità che il sistema associa a un processo.Questo valore, insieme al valore di priorità di ciascun thread del processo, determina il livello di priorità base di ogni thread.</summary>
566       <filterpriority>2</filterpriority>
567     </member>
568     <member name="F:System.Diagnostics.ProcessPriorityClass.AboveNormal">
569       <summary>Specifica che il processo ha una priorità superiore a Normal ma inferiore a <see cref="F:System.Diagnostics.ProcessPriorityClass.High" />.</summary>
570     </member>
571     <member name="F:System.Diagnostics.ProcessPriorityClass.BelowNormal">
572       <summary>Specifica che il processo ha una priorità superiore a Idle ma inferiore a Normal.</summary>
573     </member>
574     <member name="F:System.Diagnostics.ProcessPriorityClass.High">
575       <summary>Specifica che il processo svolge attività critiche a livello temporale che richiedono un'immediata esecuzione, come ad esempio la finestra di dialogo Task List, la quale deve essere aperta velocemente in risposta a una chiamata dell'utente, a prescindere dal carico sul sistema operativo.I thread del processo hanno la precedenza sui thread dei processi con classe di priorità normal o idle.</summary>
576     </member>
577     <member name="F:System.Diagnostics.ProcessPriorityClass.Idle">
578       <summary>Specifica che i thread di questo processo vengono eseguiti soltanto quando il sistema è inattivo, ad esempio quando è in funzione uno screen saver.I thread del processo hanno la precedenza sui thread di qualsiasi processo con una classe di priorità superiore.</summary>
579     </member>
580     <member name="F:System.Diagnostics.ProcessPriorityClass.Normal">
581       <summary>Specifica che il processo non ha particolari esigenze di pianificazione.</summary>
582     </member>
583     <member name="F:System.Diagnostics.ProcessPriorityClass.RealTime">
584       <summary>Specifica che la priorità del processo è la più alta possibile.</summary>
585     </member>
586     <member name="T:System.Diagnostics.ProcessStartInfo">
587       <summary>Specifica un insieme di valori usati all'avvio di un processo.</summary>
588       <filterpriority>2</filterpriority>
589     </member>
590     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor">
591       <summary>Inizializza una nuova istanza della classe <see cref="T:System.Diagnostics.ProcessStartInfo" /> senza specificare un nome file con il quale avviare il processo.</summary>
592     </member>
593     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor(System.String)">
594       <summary>Inizializza una nuova istanza della classe <see cref="T:System.Diagnostics.ProcessStartInfo" /> e specifica un nome file, ad esempio un'applicazione o un documento, con il quale avviare il processo.</summary>
595       <param name="fileName">Un'applicazione o un documento con il quale avviare un processo. </param>
596     </member>
597     <member name="M:System.Diagnostics.ProcessStartInfo.#ctor(System.String,System.String)">
598       <summary>Inizializza una nuova istanza della classe <see cref="T:System.Diagnostics.ProcessStartInfo" />, specifica il nome file di un'applicazione con cui avviare il processo e determina un insieme di argomenti della riga di comando da passare all'applicazione.</summary>
599       <param name="fileName">Un'applicazione con la quale avviare un processo. </param>
600       <param name="arguments">Argomenti della riga di comando da passare all'applicazione all'avvio del processo. </param>
601     </member>
602     <member name="P:System.Diagnostics.ProcessStartInfo.Arguments">
603       <summary>Ottiene o imposta l'insieme di argomenti della riga di comando da usare all'avvio dell'applicazione.</summary>
604       <returns>Una singola stringa contenente gli argomenti da passare all'applicazione di destinazione specificata nella proprietà <see cref="P:System.Diagnostics.ProcessStartInfo.FileName" />.Il valore predefinito è una stringa vuota ("").In Windows Vista e nelle versioni precedenti del sistema operativo Windows, la lunghezza degli argomenti aggiunta alla lunghezza del percorso completo del processo deve essere minore di 2080.In Windows 7 e versioni successive la lunghezza deve essere minore di 32699.Gli argomenti vengono analizzati e interpretati dall'applicazione di destinazione, pertanto devono essere allineati con le aspettative dell'applicazione.Per le applicazioni .NET, come illustrato negli esempi seguenti, gli spazi vengono interpretati come un separatore tra più argomenti.Un singolo argomento che include spazi deve essere racchiuso tra virgolette, ma tali virgolette non vengono riportate nell'applicazione di destinazione.Nelle virgolette incluse nell'argomento analizzato finale, aggiungere tre caratteri di escape a ogni virgoletta.</returns>
605       <filterpriority>1</filterpriority>
606     </member>
607     <member name="P:System.Diagnostics.ProcessStartInfo.CreateNoWindow">
608       <summary>Ottiene o imposta un valore che indica se avviare il processo in una nuova finestra.</summary>
609       <returns>true se il processo deve essere avviato senza creare una nuova finestra; in caso contrario, false.Il valore predefinito è false.</returns>
610       <filterpriority>2</filterpriority>
611     </member>
612     <member name="P:System.Diagnostics.ProcessStartInfo.Domain">
613       <summary>Ottiene o imposta un valore che identifica il dominio da usare all'avvio del processo. </summary>
614       <returns>Il dominio di Active Directory da usare all'avvio del processo.La proprietà del dominio interessa principalmente gli utenti in ambienti aziendali che usano Active Directory.</returns>
615       <filterpriority>1</filterpriority>
616     </member>
617     <member name="P:System.Diagnostics.ProcessStartInfo.Environment"></member>
618     <member name="P:System.Diagnostics.ProcessStartInfo.FileName">
619       <summary>Ottiene o imposta l'applicazione o il documento da avviare.</summary>
620       <returns>Il nome dell'applicazione da avviare oppure il nome di un documento di un tipo di file associato a un'applicazione con un'azione Open predefinita.Il valore predefinito è una stringa vuota ("").</returns>
621       <filterpriority>1</filterpriority>
622     </member>
623     <member name="P:System.Diagnostics.ProcessStartInfo.LoadUserProfile">
624       <summary>Ottiene o imposta un valore che indica se deve essere caricato il profilo utente di Windows dal Registro di sistema. </summary>
625       <returns>true se il profilo utente Windows deve essere caricato; in caso contrario, false.Il valore predefinito è false.</returns>
626       <filterpriority>1</filterpriority>
627     </member>
628     <member name="P:System.Diagnostics.ProcessStartInfo.Password">
629       <summary>Ottiene o imposta una stringa sicura che contiene la password utente da usare all'avvio del processo.</summary>
630       <returns>La password utente da usare all'avvio del processo.</returns>
631       <filterpriority>1</filterpriority>
632     </member>
633     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError">
634       <summary>Ottiene o imposta un valore che indica se l'output di errore di un'applicazione viene scritto nel flusso <see cref="P:System.Diagnostics.Process.StandardError" />.</summary>
635       <returns>true se l'output di errore deve essere scritto in <see cref="P:System.Diagnostics.Process.StandardError" />; in caso contrario, false.Il valore predefinito è false.</returns>
636       <filterpriority>2</filterpriority>
637     </member>
638     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput">
639       <summary>Ottiene o imposta un valore che indica se l'input per un'applicazione viene letto dal flusso <see cref="P:System.Diagnostics.Process.StandardInput" />.</summary>
640       <returns>true se l'input deve essere letto da <see cref="P:System.Diagnostics.Process.StandardInput" />; in caso contrario, false.Il valore predefinito è false.</returns>
641       <filterpriority>2</filterpriority>
642     </member>
643     <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput">
644       <summary>Ottiene o imposta un valore che indica se l'output testuale di un'applicazione viene scritto nel flusso <see cref="P:System.Diagnostics.Process.StandardOutput" />.</summary>
645       <returns>true se l'output deve essere scritto in <see cref="P:System.Diagnostics.Process.StandardOutput" />; in caso contrario, false.Il valore predefinito è false.</returns>
646       <filterpriority>2</filterpriority>
647     </member>
648     <member name="P:System.Diagnostics.ProcessStartInfo.StandardErrorEncoding">
649       <summary>Ottiene o imposta la codifica preferita per l'output di errore.</summary>
650       <returns>Oggetto che rappresenta la codifica preferita per l'output di errore.Il valore predefinito è null.</returns>
651     </member>
652     <member name="P:System.Diagnostics.ProcessStartInfo.StandardOutputEncoding">
653       <summary>Ottiene o imposta la codifica preferita per l'output standard.</summary>
654       <returns>Oggetto che rappresenta la codifica preferita per l'output standard.Il valore predefinito è null.</returns>
655     </member>
656     <member name="P:System.Diagnostics.ProcessStartInfo.UserName">
657       <summary>Ottiene o imposta il nome utente da usare all'avvio del processo.</summary>
658       <returns>Nome utente da usare all'avvio del processo.</returns>
659       <filterpriority>1</filterpriority>
660     </member>
661     <member name="P:System.Diagnostics.ProcessStartInfo.UseShellExecute">
662       <summary>Ottiene o imposta un valore che indica se usare la shell del sistema operativo per avviare il processo.</summary>
663       <returns>true se la shell deve essere usata all'avvio del processo; false se il processo deve essere creato direttamente dal file eseguibile.Il valore predefinito è true.</returns>
664       <filterpriority>2</filterpriority>
665     </member>
666     <member name="P:System.Diagnostics.ProcessStartInfo.WorkingDirectory">
667       <summary>Quando la proprietà <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> è false, ottiene o imposta la directory di lavoro per il processo da avviare.Quando la proprietà <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> è true, ottiene o imposta la directory che contiene il processo da avviare.</summary>
668       <returns>Quando <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> è true, il nome completo della directory contenente il processo da avviare.Quando la proprietà <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> è false, la directory di lavoro per il processo da avviare.Il valore predefinito è una stringa vuota ("").</returns>
669       <filterpriority>1</filterpriority>
670     </member>
671     <member name="T:System.Diagnostics.ProcessThread">
672       <summary>Rappresenta un thread di processo del sistema operativo.</summary>
673       <filterpriority>2</filterpriority>
674     </member>
675     <member name="P:System.Diagnostics.ProcessThread.BasePriority">
676       <summary>Ottiene la priorità base del thread.</summary>
677       <returns>La priorità base del thread, calcolata dal sistema operativo combinando la classe di priorità del processo con il livello di priorità del thread associato.</returns>
678       <filterpriority>2</filterpriority>
679     </member>
680     <member name="P:System.Diagnostics.ProcessThread.CurrentPriority">
681       <summary>Ottiene la priorità corrente del thread.</summary>
682       <returns>La priorità corrente del thread, che potrebbe essere diversa da quella di base a seconda del modo in cui il sistema operativo pianifica il thread.La priorità può essere temporaneamente aumentata per un thread attivo.</returns>
683       <filterpriority>2</filterpriority>
684     </member>
685     <member name="P:System.Diagnostics.ProcessThread.Id">
686       <summary>Ottiene l'identificatore univoco del thread.</summary>
687       <returns>L'identificatore univoco associato a uno specifico thread.</returns>
688       <filterpriority>2</filterpriority>
689       <PermissionSet>
690         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
691       </PermissionSet>
692     </member>
693     <member name="P:System.Diagnostics.ProcessThread.IdealProcessor">
694       <summary>Imposta il processore preferenziale su cui eseguire questo thread.</summary>
695       <returns>Il processore preferenziale del thread, utilizzato quando il sistema pianifica i thread, per determinare il processore su cui eseguirlo.</returns>
696       <exception cref="T:System.ComponentModel.Win32Exception">Il sistema non è stato in grado di impostare l'avvio del thread sul processore specificato. </exception>
697       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
698       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
699       <filterpriority>2</filterpriority>
700       <PermissionSet>
701         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
702       </PermissionSet>
703     </member>
704     <member name="P:System.Diagnostics.ProcessThread.PriorityBoostEnabled">
705       <summary>Ottiene o imposta un valore che indica se il sistema operativo deve incrementare temporaneamente la priorità del thread associato ogni volta che la finestra principale del processo del thread diventa attiva.</summary>
706       <returns>true per incrementare la priorità del thread quando l'utente interagisce con l'interfaccia del processo; in caso contrario, false .Il valore predefinito è false.</returns>
707       <exception cref="T:System.ComponentModel.Win32Exception">Non è possibile recuperare le informazioni sull'incremento di priorità.- oppure -Non è possibile impostare le informazioni sull'incremento di priorità. </exception>
708       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
709       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
710       <filterpriority>2</filterpriority>
711       <PermissionSet>
712         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
713       </PermissionSet>
714     </member>
715     <member name="P:System.Diagnostics.ProcessThread.PriorityLevel">
716       <summary>Ottiene o imposta il livello di priorità del thread.</summary>
717       <returns>Uno dei valori di <see cref="T:System.Diagnostics.ThreadPriorityLevel" />, che specifica un intervallo nel quale rientra la priorità del thread.</returns>
718       <exception cref="T:System.ComponentModel.Win32Exception">Non è possibile recuperare le informazioni sul livello di priorità del thread. - oppure -Non è possibile impostare il livello di priorità del thread.</exception>
719       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
720       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
721       <filterpriority>2</filterpriority>
722       <PermissionSet>
723         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
724       </PermissionSet>
725     </member>
726     <member name="P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime">
727       <summary>Ottiene l'intervallo di tempo che il thread ha impiegato nell'esecuzione del codice all'interno del nucleo centrale del sistema operativo.</summary>
728       <returns>Valore <see cref="T:System.TimeSpan" /> che indica l'intervallo di tempo impiegato dal thread nell'esecuzione del codice all'interno del nucleo centrale del sistema operativo.</returns>
729       <exception cref="T:System.ComponentModel.Win32Exception">Non è possibile recuperare l'intervallo di tempo del thread. </exception>
730       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
731       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
732       <filterpriority>2</filterpriority>
733       <PermissionSet>
734         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
735       </PermissionSet>
736     </member>
737     <member name="P:System.Diagnostics.ProcessThread.ProcessorAffinity">
738       <summary>Imposta il processore sul quale può essere eseguito il thread associato.</summary>
739       <returns>Un oggetto <see cref="T:System.IntPtr" /> che punta a un insieme di bit, ciascuno dei quali rappresenta un processore sul quale può essere eseguito il thread.</returns>
740       <exception cref="T:System.ComponentModel.Win32Exception">Non è stato possibile impostare l'affinità dei processori. </exception>
741       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
742       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
743       <filterpriority>2</filterpriority>
744       <PermissionSet>
745         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
746       </PermissionSet>
747     </member>
748     <member name="M:System.Diagnostics.ProcessThread.ResetIdealProcessor">
749       <summary>Reimposta il processore ideale di questo thread a indicare che non è presente un singolo processore ideale.In altre parole, ogni altro processore può essere ideale.</summary>
750       <exception cref="T:System.ComponentModel.Win32Exception">Non è possibile reimpostare il processore ideale. </exception>
751       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
752       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
753       <filterpriority>2</filterpriority>
754       <PermissionSet>
755         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
756       </PermissionSet>
757     </member>
758     <member name="P:System.Diagnostics.ProcessThread.StartAddress">
759       <summary>Ottiene l'indirizzo di memoria della funzione chiamata dal sistema operativo per l'avvio di questo thread.</summary>
760       <returns>L'indirizzo iniziale del thread, che punta alla funzione definita dall'applicazione eseguita dal thread.</returns>
761       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
762       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
763       <filterpriority>2</filterpriority>
764       <PermissionSet>
765         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
766       </PermissionSet>
767     </member>
768     <member name="P:System.Diagnostics.ProcessThread.StartTime">
769       <summary>Ottiene l'ora in cui il sistema operativo ha iniziato il thread.</summary>
770       <returns>Un oggetto <see cref="T:System.DateTime" /> che rappresenta l'ora di sistema al momento dell'avvio del thread da parte del sistema operativo.</returns>
771       <exception cref="T:System.ComponentModel.Win32Exception">Non è possibile recuperare l'intervallo di tempo del thread. </exception>
772       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
773       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
774       <filterpriority>2</filterpriority>
775       <PermissionSet>
776         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
777       </PermissionSet>
778     </member>
779     <member name="P:System.Diagnostics.ProcessThread.ThreadState">
780       <summary>Ottiene lo stato corrente di questo thread.</summary>
781       <returns>Un oggetto <see cref="T:System.Diagnostics.ThreadState" /> che indica lo stato del thread, ad esempio in esecuzione, in attesa o completato.</returns>
782       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
783       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
784       <filterpriority>2</filterpriority>
785       <PermissionSet>
786         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
787       </PermissionSet>
788     </member>
789     <member name="P:System.Diagnostics.ProcessThread.TotalProcessorTime">
790       <summary>Ottiene la quantità totale di tempo impiegata da questo thread nell'utilizzo del processore.</summary>
791       <returns>Un oggetto <see cref="T:System.TimeSpan" /> che indica la quantità di tempo in base alla quale il thread ha avuto il controllo del processore.</returns>
792       <exception cref="T:System.ComponentModel.Win32Exception">Non è possibile recuperare l'intervallo di tempo del thread. </exception>
793       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
794       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
795       <filterpriority>2</filterpriority>
796       <PermissionSet>
797         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
798       </PermissionSet>
799     </member>
800     <member name="P:System.Diagnostics.ProcessThread.UserProcessorTime">
801       <summary>Ottiene la quantità di tempo che il thread associato ha impiegato nell'esecuzione del codice all'interno dell'applicazione.</summary>
802       <returns>Valore <see cref="T:System.TimeSpan" /> che indica la quantità di tempo impiegato dal thread nell'esecuzione del codice all'interno dell'applicazione, rispetto all'esecuzione all'interno del nucleo centrale del sistema operativo.</returns>
803       <exception cref="T:System.ComponentModel.Win32Exception">Non è possibile recuperare l'intervallo di tempo del thread. </exception>
804       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
805       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
806       <filterpriority>2</filterpriority>
807       <PermissionSet>
808         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
809       </PermissionSet>
810     </member>
811     <member name="P:System.Diagnostics.ProcessThread.WaitReason">
812       <summary>Ottiene il motivo per cui il thread è in attesa.</summary>
813       <returns>Un oggetto <see cref="T:System.Diagnostics.ThreadWaitReason" /> che rappresenta il motivo per il quale il thread è nello stato di attesa.</returns>
814       <exception cref="T:System.InvalidOperationException">Il thread non è nello stato di attesa. </exception>
815       <exception cref="T:System.PlatformNotSupportedException">La piattaforma è Windows 98 o Windows Millennium Edition. </exception>
816       <exception cref="T:System.NotSupportedException">Il processo è eseguito su un computer remoto.</exception>
817       <filterpriority>2</filterpriority>
818       <PermissionSet>
819         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
820       </PermissionSet>
821     </member>
822     <member name="T:System.Diagnostics.ProcessThreadCollection">
823       <summary>Fornisce un insieme fortemente tipizzato di oggetti <see cref="T:System.Diagnostics.ProcessThread" />.</summary>
824       <filterpriority>2</filterpriority>
825     </member>
826     <member name="M:System.Diagnostics.ProcessThreadCollection.#ctor">
827       <summary>Consente di inizializzare una nuova istanza della classe <see cref="T:System.Diagnostics.ProcessThreadCollection" />, senza istanze di <see cref="T:System.Diagnostics.ProcessThread" /> associate.</summary>
828     </member>
829     <member name="M:System.Diagnostics.ProcessThreadCollection.#ctor(System.Diagnostics.ProcessThread[])">
830       <summary>Consente di inizializzare una nuova istanza della classe <see cref="T:System.Diagnostics.ProcessThreadCollection" /> utilizzando la matrice specificata di istanze <see cref="T:System.Diagnostics.ProcessThread" />.</summary>
831       <param name="processThreads">Matrice di istanze di <see cref="T:System.Diagnostics.ProcessThread" /> con la quale inizializzare questa istanza <see cref="T:System.Diagnostics.ProcessThreadCollection" /> . </param>
832     </member>
833     <member name="M:System.Diagnostics.ProcessThreadCollection.Add(System.Diagnostics.ProcessThread)">
834       <summary>Accoda un thread di processo all'insieme.</summary>
835       <returns>Indice a base zero del thread contenuto nell'insieme.</returns>
836       <param name="thread">Thread da aggiungere all'insieme. </param>
837       <filterpriority>2</filterpriority>
838     </member>
839     <member name="M:System.Diagnostics.ProcessThreadCollection.Contains(System.Diagnostics.ProcessThread)">
840       <summary>Determina se il thread di processo specificato è contenuto nell'insieme.</summary>
841       <returns>Restituisce true se il thread è presente nell'insieme; in caso contrario, false.</returns>
842       <param name="thread">Istanza <see cref="T:System.Diagnostics.ProcessThread" /> che indica il thread da trovare in questo insieme. </param>
843       <filterpriority>2</filterpriority>
844     </member>
845     <member name="M:System.Diagnostics.ProcessThreadCollection.CopyTo(System.Diagnostics.ProcessThread[],System.Int32)">
846       <summary>Copia una matrice di istanze <see cref="T:System.Diagnostics.ProcessThread" /> nell'insieme, in corrispondenza dell'indice specificato.</summary>
847       <param name="array">Matrice di istanze <see cref="T:System.Diagnostics.ProcessThread" /> da aggiungere all'insieme. </param>
848       <param name="index">Posizione in cui aggiungere le nuove istanze. </param>
849       <filterpriority>2</filterpriority>
850     </member>
851     <member name="P:System.Diagnostics.ProcessThreadCollection.Count"></member>
852     <member name="M:System.Diagnostics.ProcessThreadCollection.GetEnumerator"></member>
853     <member name="M:System.Diagnostics.ProcessThreadCollection.IndexOf(System.Diagnostics.ProcessThread)">
854       <summary>Fornisce la posizione di un thread specificato nell'insieme.</summary>
855       <returns>Indice a base zero che definisce la posizione del thread all'interno di <see cref="T:System.Diagnostics.ProcessThreadCollection" />.</returns>
856       <param name="thread">
857         <see cref="T:System.Diagnostics.ProcessThread" /> il cui indice viene richiamato. </param>
858       <filterpriority>2</filterpriority>
859     </member>
860     <member name="M:System.Diagnostics.ProcessThreadCollection.Insert(System.Int32,System.Diagnostics.ProcessThread)">
861       <summary>Inserisce un thread di processo nella posizione specificata dell'insieme.</summary>
862       <param name="index">Indice a base zero che indica la posizione in cui inserire il thread. </param>
863       <param name="thread">Thread da inserire nell'insieme. </param>
864       <filterpriority>2</filterpriority>
865     </member>
866     <member name="P:System.Diagnostics.ProcessThreadCollection.Item(System.Int32)">
867       <summary>Ottiene un indice per scorrere l'insieme di thread di processo.</summary>
868       <returns>
869         <see cref="T:System.Diagnostics.ProcessThread" /> che indicizza i thread nell'insieme.</returns>
870       <param name="index">Valore dell'indice a base zero del thread dell'insieme. </param>
871       <filterpriority>2</filterpriority>
872     </member>
873     <member name="M:System.Diagnostics.ProcessThreadCollection.Remove(System.Diagnostics.ProcessThread)">
874       <summary>Elimina un thread di processo dall'insieme.</summary>
875       <param name="thread">Thread da rimuovere dall'insieme. </param>
876       <filterpriority>2</filterpriority>
877     </member>
878     <member name="M:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"></member>
879     <member name="P:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#IsSynchronized"></member>
880     <member name="P:System.Diagnostics.ProcessThreadCollection.System#Collections#ICollection#SyncRoot"></member>
881     <member name="T:System.Diagnostics.ThreadPriorityLevel">
882       <summary>Specifica il livello di priorità di un thread.</summary>
883       <filterpriority>2</filterpriority>
884     </member>
885     <member name="F:System.Diagnostics.ThreadPriorityLevel.AboveNormal">
886       <summary>Specifica un livello superiore alla priorità normale della classe <see cref="T:System.Diagnostics.ProcessPriorityClass" />  associata.</summary>
887     </member>
888     <member name="F:System.Diagnostics.ThreadPriorityLevel.BelowNormal">
889       <summary>Specifica un livello inferiore alla priorità normale della classe <see cref="T:System.Diagnostics.ProcessPriorityClass" />  associata.</summary>
890     </member>
891     <member name="F:System.Diagnostics.ThreadPriorityLevel.Highest">
892       <summary>Specifica la massima priorità.Questa è di due livelli superiore alla priorità normale della classe <see cref="T:System.Diagnostics.ProcessPriorityClass" />  associata.</summary>
893     </member>
894     <member name="F:System.Diagnostics.ThreadPriorityLevel.Idle">
895       <summary>Specifica la priorità idle.Questo è il minimo valore possibile di priorità di tutti i thread, indipendentemente dal valore della classe <see cref="T:System.Diagnostics.ProcessPriorityClass" />  associata.</summary>
896     </member>
897     <member name="F:System.Diagnostics.ThreadPriorityLevel.Lowest">
898       <summary>Specifica la minima priorità.Questa è di due livelli inferiore alla priorità normale della classe <see cref="T:System.Diagnostics.ProcessPriorityClass" />  associata.</summary>
899     </member>
900     <member name="F:System.Diagnostics.ThreadPriorityLevel.Normal">
901       <summary>Specifica la priorità normale della classe <see cref="T:System.Diagnostics.ProcessPriorityClass" />  associata.</summary>
902     </member>
903     <member name="F:System.Diagnostics.ThreadPriorityLevel.TimeCritical">
904       <summary>Specifica la priorità critica a livello temporale.Questo è il massimo valore di priorità di tutti i thread, indipendentemente dal valore della classe <see cref="T:System.Diagnostics.ProcessPriorityClass" />  associata.</summary>
905     </member>
906     <member name="T:System.Diagnostics.ThreadState">
907       <summary>Specifica lo stato di esecuzione corrente del thread.</summary>
908       <filterpriority>1</filterpriority>
909     </member>
910     <member name="F:System.Diagnostics.ThreadState.Initialized">
911       <summary>Uno stato che indica che il thread è stato inizializzato ma non è stato ancora avviato.</summary>
912     </member>
913     <member name="F:System.Diagnostics.ThreadState.Ready">
914       <summary>Uno stato che indica che il thread è in attesa di utilizzare un processore in quanto nessun processore è disponibile.Il thread è pronto per essere eseguito sul prossimo processore disponibile.</summary>
915     </member>
916     <member name="F:System.Diagnostics.ThreadState.Running">
917       <summary>Uno stato che indica che il thread utilizza attualmente un processore.</summary>
918     </member>
919     <member name="F:System.Diagnostics.ThreadState.Standby">
920       <summary>Uno stato che indica che il thread sta per utilizzare un processore.Un solo thread alla volta può trovarsi in questo stato.</summary>
921     </member>
922     <member name="F:System.Diagnostics.ThreadState.Terminated">
923       <summary>Uno stato che indica che il thread ha completato l'esecuzione ed è uscito.</summary>
924     </member>
925     <member name="F:System.Diagnostics.ThreadState.Transition">
926       <summary>Uno stato che indica che il thread è in attesa di una risorsa, diversa dal processore, prima di poter essere eseguito.Può essere ad esempio in attesa che il proprio stack di esecuzione venga paginato dal disco.</summary>
927     </member>
928     <member name="F:System.Diagnostics.ThreadState.Unknown">
929       <summary>Lo stato del thread è sconosciuto.</summary>
930     </member>
931     <member name="F:System.Diagnostics.ThreadState.Wait">
932       <summary>Uno stato che indica che il thread non è pronto per essere utilizzato dal processore in quanto è in attesa che un'operazione secondaria venga completata o che una risorsa venga resa disponibile.Quando il thread è pronto, viene ripianificato.</summary>
933     </member>
934     <member name="T:System.Diagnostics.ThreadWaitReason">
935       <summary>Specifica il motivo per il quale un thread è in attesa.</summary>
936       <filterpriority>2</filterpriority>
937     </member>
938     <member name="F:System.Diagnostics.ThreadWaitReason.EventPairHigh">
939       <summary>Il thread è in attesa di Event Pair High.</summary>
940     </member>
941     <member name="F:System.Diagnostics.ThreadWaitReason.EventPairLow">
942       <summary>Il thread è in attesa di Event Pair Low.</summary>
943     </member>
944     <member name="F:System.Diagnostics.ThreadWaitReason.ExecutionDelay">
945       <summary>L'esecuzione del thread è stata rinviata.</summary>
946     </member>
947     <member name="F:System.Diagnostics.ThreadWaitReason.Executive">
948       <summary>Il thread è in attesa della pianificazione.</summary>
949     </member>
950     <member name="F:System.Diagnostics.ThreadWaitReason.FreePage">
951       <summary>Il thread è in attesa di una pagina di memoria virtuale libera.</summary>
952     </member>
953     <member name="F:System.Diagnostics.ThreadWaitReason.LpcReceive">
954       <summary>Il thread è in attesa di una chiamata alla routine locale.</summary>
955     </member>
956     <member name="F:System.Diagnostics.ThreadWaitReason.LpcReply">
957       <summary>Il thread è in attesa di una risposta a una chiamata di routine locale.</summary>
958     </member>
959     <member name="F:System.Diagnostics.ThreadWaitReason.PageIn">
960       <summary>Il thread è in attesa di una pagina di memoria virtuale nella memoria.</summary>
961     </member>
962     <member name="F:System.Diagnostics.ThreadWaitReason.PageOut">
963       <summary>Il thread è in attesa di una pagina di memoria virtuale da scrivere nel disco.</summary>
964     </member>
965     <member name="F:System.Diagnostics.ThreadWaitReason.Suspended">
966       <summary>L'esecuzione del thread è stata sospesa.</summary>
967     </member>
968     <member name="F:System.Diagnostics.ThreadWaitReason.SystemAllocation">
969       <summary>Il thread è in attesa dell'allocazione di sistema.</summary>
970     </member>
971     <member name="F:System.Diagnostics.ThreadWaitReason.Unknown">
972       <summary>Il thread è in attesa per un motivo sconosciuto.</summary>
973     </member>
974     <member name="F:System.Diagnostics.ThreadWaitReason.UserRequest">
975       <summary>Il thread è in attesa di una richiesta dell'utente.</summary>
976     </member>
977     <member name="F:System.Diagnostics.ThreadWaitReason.VirtualMemory">
978       <summary>Il thread è in attesa che il sistema allochi la memoria virtuale.</summary>
979     </member>
980   </members>
981 </doc>