System.AppDomain.FriendlyName Property

Gets the friendly name of this application domain.

Syntax

public string FriendlyName { get; }

Value

A string containing the friendly name of the current 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".

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0