Mono Class Library: System.AppDomain Overview | MembersSystem.AppDomain.FriendlyName Property |
Gets the friendly name of the current instance. [Edit]
|
A string containing the friendly name of the current application domain. [Edit]
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]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0