SystemInfo ApplicationFriendlyName Property Apache log4net™ SDK Documentation
Get this application's friendly name

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static string ApplicationFriendlyName { get; }

Property Value

Type: OnlineString
The 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