You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Data.Common/DbDataReader.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,7 @@
308
308
<Docs>
309
309
<paramname="disposing">
310
310
<seelangword="true" /> to release managed and unmanaged resources; <seelangword="false" /> to release only unmanaged resources.</param>
311
-
<summary>Releases the managed resources used by the <seecref="T:System.Data.Common.DbDataReader" /> and optionally releases the unmanaged resources.</summary>
311
+
<summary>Releases the unmanaged resources used by the <seecref="T:System.Data.Common.DbDataReader" /> and optionally releases the managed resources.</summary>
<seelangword="true" /> to release managed and unmanaged resources; <seelangword="false" /> to release only unmanaged resources.</param>
251
-
<summary>Releases the managed resources used by the <seecref="T:System.Data.SqlClient.SqlDataReader" /> and optionally releases the unmanaged resources.</summary>
249
+
<paramname="disposing"><seelangword="true" /> to release managed and unmanaged resources; <seelangword="false" /> to release only unmanaged resources.</param>
250
+
<summary>Releases the unmanaged resources used by the <seecref="T:System.Data.SqlClient.SqlDataReader" /> and optionally releases the managed resources.</summary>
252
251
<remarks>
253
252
<formattype="text/markdown"><![CDATA[
254
-
253
+
255
254
## Remarks
256
-
This method calls <xref:System.Data.SqlClient.SqlDataReader.Close%2A>.
257
255
258
-
]]></format>
256
+
This method calls <xref:System.Data.Common.DbDataReader.Dispose%2A>.
This method is an implementation of <xref:System.Data.Common.IDbColumnSchemaGenerator.GetColumnSchema?displayProperty=nameWithType> method, which enables the use of the <xref:System.Data.Common.IDbColumnSchemaGenerator> interface to populate the <xref:System.Data.Common.DbColumn> schema metadata without using a <xref:System.Data.DataTable>.
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/Process.xml
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4917,7 +4917,11 @@ There is a similar issue when you read all text from both the standard output an
4917
4917
4918
4918
]]></format>
4919
4919
</remarks>
4920
-
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.</exception>
4920
+
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.
4921
+
4922
+
-or-
4923
+
4924
+
The file specified in the <paramref name="fileName" /> could not be found.</exception>
4921
4925
<exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
4922
4926
<exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
4923
4927
<permission cref="F:System.Security.Permissions.SecurityAction.LinkDemand">for full trust for the immediate caller. This member cannot be used by partially trusted code.</permission>
@@ -5002,6 +5006,10 @@ There is a similar issue when you read all text from both the standard output an
5002
5006
</remarks>
5003
5007
<exception cref="T:System.InvalidOperationException">The <paramref name="fileName" /> or <paramref name="arguments" /> parameter is <see langword="null" />.</exception>
5004
5008
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.
5009
+
5010
+
-or-
5011
+
5012
+
The file specified in the <paramref name="fileName" /> could not be found.
5005
5013
5006
5014
-or-
5007
5015
@@ -5093,7 +5101,11 @@ There is a similar issue when you read all text from both the standard output an
5093
5101
]]></format>
5094
5102
</remarks>
5095
5103
<exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
5096
-
<exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file.</exception>
5104
+
<exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file.
5105
+
5106
+
-or-
5107
+
5108
+
The file specified in the <paramref name="fileName" /> could not be found.</exception>
5097
5109
<exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
5098
5110
<exception cref="T:System.PlatformNotSupportedException">This member is not supported on Linux or macOS (.NET Core only).</exception>
5099
5111
<permission cref="F:System.Security.Permissions.SecurityAction.LinkDemand">for full trust for the immediate caller. This member cannot be used by partially trusted code.</permission>
@@ -5171,6 +5183,10 @@ There is a similar issue when you read all text from both the standard output an
5171
5183
</remarks>
5172
5184
<exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
5173
5185
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.
5186
+
5187
+
-or-
5188
+
5189
+
The file specified in the <paramref name="fileName" /> could not be found.
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/ProcessStartInfo.xml
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1341,9 +1341,16 @@ You can use asynchronous read operations to avoid these dependencies and their d
1341
1341
<ReturnType>System.Text.Encoding</ReturnType>
1342
1342
</ReturnValue>
1343
1343
<Docs>
1344
-
<summary>To be added.</summary>
1345
-
<value>To be added.</value>
1346
-
<remarks>To be added.</remarks>
1344
+
<summary>Gets or sets the preferred encoding for standard input.</summary>
1345
+
<value>An object that represents the preferred encoding for standard input. The default is <seelangword="null" />.</value>
1346
+
<remarks>
1347
+
<formattype="text/markdown"><![CDATA[
1348
+
1349
+
## Remarks
1350
+
If the value of the `StandardInputEncoding` property is `null`, the process uses the default standard input encoding for the standard input. The `StandardInputEncoding` property must be set before the process is started. Setting this property does not guarantee that the process will use the specified encoding. The application should be tested to determine which encodings the process supports.
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
577
-
<summary>Returns an enumerable collection of directory names in a specified path.</summary>
577
+
<summary>Returns an enumerable collection of directory full names in a specified path.</summary>
578
578
<returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramrefname="path" />.</returns>
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
646
646
<paramname="searchPattern">The search string to match against the names of directories in <paramrefname="path" />. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
647
-
<summary>Returns an enumerable collection of directory names that match a search pattern in a specified path.</summary>
647
+
<summary>Returns an enumerable collection of directory full names that match a search pattern in a specified path.</summary>
648
648
<returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramrefname="path" /> and that match the specified search pattern.</returns>
<paramname="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories.
772
772
773
773
The default value is <seecref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
774
-
<summary>Returns an enumerable collection of directory names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
774
+
<summary>Returns an enumerable collection of directory full names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
775
775
<returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramrefname="path" /> and that match the specified search pattern and option.</returns>
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
947
947
<paramname="searchPattern">The search string to match against the names of files in <paramrefname="path" />. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
948
-
<summary>Returns an enumerable collection of file names that match a search pattern in a specified path.</summary>
948
+
<summary>Returns an enumerable collection of full file names that match a search pattern in a specified path.</summary>
949
949
<returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramrefname="path" /> and that match the specified search pattern.</returns>
<paramname="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories.
1086
1086
1087
1087
The default value is <seecref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
1088
-
<summary>Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
1088
+
<summary>Returns an enumerable collection of full file names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
1089
1089
<returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramrefname="path" /> and that match the specified search pattern and option.</returns>
0 commit comments