AppDomain.FriendlyName Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the friendly name of this application domain.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public ReadOnly Property FriendlyName As String
public string FriendlyName { get; }
Property Value
Type: System.String
The friendly name of this application domain.
Exceptions
Exception | Condition |
---|---|
AppDomainUnloadedException | The operation is attempted on an unloaded application domain. |
Remarks
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".
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.