Skip to content

Commit fb19f17

Browse files
authored
Update xml/System/AppDomain.xml
1 parent e47e527 commit fb19f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/AppDomain.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5804,7 +5804,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
58045804

58055805
## Remarks
58065806

5807-
The friendly name of the default application domain is the file name of the process executable. For example, if the executable used to start the process is `"c:\MyAppDirectory\MyAssembly.exe"`, the friendly name of the default application domain is `"MyAssembly.exe"`. (In .NET (Core) versions, the friendly name doesn't include the file extension.)
5807+
The friendly name of the default application domain is the file name of the process executable. For example, if the executable used to start the process is `"c:\MyAppDirectory\MyAssembly.exe"`, the friendly name of the default application domain is `"MyAssembly.exe"`. (In .NET Core and .NET 5+, the friendly name doesn't include the file extension.)
58085808

58095809
## Examples
58105810
The following code example uses the <xref:System.AppDomain.FriendlyName%2A> property to get the friendly name of the current application domain. For the default application domain, the friendly name is the name of the application's executable file. The code example also displays additional information about the application domain.

0 commit comments

Comments
 (0)