Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions xml/System.Diagnostics/FileVersionInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,11 @@
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

> [!CAUTION]
> Use this method only with trusted files. Malformed or malicious files can cause unexpected behavior.

## Examples
The following example calls <xref:System.Diagnostics.FileVersionInfo.GetVersionInfo*> to get the <xref:System.Diagnostics.FileVersionInfo> for Notepad and displays the file description and version number in the console window.

Expand Down
Loading