Mono Class Library: System.AppDomain Overview | Members

System.AppDomain.FriendlyName Property

Gets the friendly name of the current instance. [Edit]

public string FriendlyName { get; }

Value

A string containing the friendly name of the current application domain. [Edit]

Remarks

This property is read-only.

The friendly name of a AppDomain instance created by an application is specified to the constructor. The friendly name of the default AppDomain is the name of the assembly file loaded in the application domain. The friendly name is formed by stripping the directory information from the assembly's file name. For example, if the loaded assembly has the name "\MyAppDirectory\MyAssembly.exe" , the friendly name of the default application domain is "MyAssembly.exe" .

[Edit]

Requirements

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