Get this application's friendly name
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: StringThe friendly name of this application as a string
Remarks
If available the name of the application is retrieved from the AppDomain using AppDomain.CurrentDomain.FriendlyName.
Otherwise the file name of the entry assembly is used.
See Also