This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public int FileMinorPart
89
89
}
90
90
91
91
/// <summary>
92
- /// Gets the name of the file that this instance of System.Windows.Forms. FileVersionInfo describes.
92
+ /// Gets the name of the file that this instance of <see cref=" FileVersionInfo" /> describes.
93
93
/// </summary>
94
94
public string FileName
95
95
{
@@ -260,7 +260,7 @@ public string SpecialBuild
260
260
}
261
261
262
262
/// <summary>
263
- /// Returns a System.Windows.Forms. FileVersionInfo representing the version information associated with the specified file.
263
+ /// Returns a <see cref=" FileVersionInfo" /> representing the version information associated with the specified file.
264
264
/// </summary>
265
265
public static FileVersionInfo GetVersionInfo ( string fileName )
266
266
{
@@ -274,7 +274,7 @@ public static FileVersionInfo GetVersionInfo(string fileName)
274
274
}
275
275
276
276
/// <summary>
277
- /// Returns a partial list of properties in System.Windows.Forms. FileVersionInfo
277
+ /// Returns a partial list of properties in <see cref=" FileVersionInfo" />
278
278
/// and their values.
279
279
/// </summary>
280
280
public override string ToString ( )
You can’t perform that action at this time.
0 commit comments