|
889 | 889 | <AssemblyVersion>4.1.0.0</AssemblyVersion>
|
890 | 890 | </AssemblyInfo>
|
891 | 891 | <Docs>
|
892 |
| - <summary>Creates a file in the specified path.</summary> |
| 892 | + <summary>Creates or overwrites a file in the specified path.</summary> |
893 | 893 | </Docs>
|
894 | 894 | </MemberGroup>
|
895 | 895 | <Member MemberName="Create">
|
|
1026 | 1026 | <Parameter Name="bufferSize" Type="System.Int32" />
|
1027 | 1027 | </Parameters>
|
1028 | 1028 | <Docs>
|
1029 |
| - <param name="path">The name of the file.</param> |
| 1029 | + <param name="path">The path and name of the file to create.</param> |
1030 | 1030 | <param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
|
1031 |
| - <summary>Creates or overwrites the specified file.</summary> |
| 1031 | + <summary>Creates or overwrites a file in the specified path, specifying a buffer size.</summary> |
1032 | 1032 | <returns>A <see cref="T:System.IO.FileStream" /> with the specified buffer size that provides read/write access to the file specified in <paramref name="path" />.</returns>
|
1033 | 1033 | <remarks>
|
1034 | 1034 | <format type="text/markdown"><![CDATA[
|
|
1120 | 1120 | <Parameter Name="options" Type="System.IO.FileOptions" Index="2" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-1.3;netstandard-1.4;netstandard-1.6;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
|
1121 | 1121 | </Parameters>
|
1122 | 1122 | <Docs>
|
1123 |
| - <param name="path">The name of the file.</param> |
| 1123 | + <param name="path">The path and name of the file to create.</param> |
1124 | 1124 | <param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
|
1125 | 1125 | <param name="options">One of the <see cref="T:System.IO.FileOptions" /> values that describes how to create or overwrite the file.</param>
|
1126 |
| - <summary>Creates or overwrites the specified file, specifying a buffer size and a <see cref="T:System.IO.FileOptions" /> value that describes how to create or overwrite the file.</summary> |
| 1126 | + <summary>Creates or overwrites a file in the specified path, specifying a buffer size and options that describe how to create or overwrite the file.</summary> |
1127 | 1127 | <returns>A new file with the specified buffer size.</returns>
|
1128 | 1128 | <remarks>
|
1129 | 1129 | <format type="text/markdown"><![CDATA[
|
|
1189 | 1189 | <Parameter Name="fileSecurity" Type="System.Security.AccessControl.FileSecurity" Index="3" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
|
1190 | 1190 | </Parameters>
|
1191 | 1191 | <Docs>
|
1192 |
| - <param name="path">The name of the file.</param> |
| 1192 | + <param name="path">The path and name of the file to create.</param> |
1193 | 1193 | <param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
|
1194 | 1194 | <param name="options">One of the <see cref="T:System.IO.FileOptions" /> values that describes how to create or overwrite the file.</param>
|
1195 | 1195 | <param name="fileSecurity">One of the <see cref="T:System.Security.AccessControl.FileSecurity" /> values that determines the access control and audit security for the file.</param>
|
1196 |
| - <summary>Creates or overwrites the specified file with the specified buffer size, file options, and file security.</summary> |
| 1196 | + <summary>Creates or overwrites a file in the specified path, specifying a buffer size, options that describe how to create or overwrite the file, and a value that determines the access control and audit security for the file.</summary> |
1197 | 1197 | <returns>A new file with the specified buffer size, file options, and file security.</returns>
|
1198 | 1198 | <remarks>
|
1199 | 1199 | <format type="text/markdown"><![CDATA[
|
|
0 commit comments