FriendlyName Property
Collapse the table of content
Expand the table of content

AppDomain.FriendlyName Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the friendly name of this application domain.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

public string FriendlyName { get; }

Property Value

Type: System.String
The friendly name of this application domain.

ExceptionCondition
AppDomainUnloadedException

The operation is attempted on an unloaded application domain.

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".

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft