log4net SDK Reference

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