Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

SystemInfo.ApplicationFriendlyName Property

Get this application's friendly name

[Visual�Basic]
Public�Shared�ReadOnly�Property�ApplicationFriendlyName�As�String
[C#]
public�static�string�ApplicationFriendlyName�{get;}

Property Value

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

SystemInfo Class | log4net.Util Namespace