log4net SDK Reference

SystemInfo.ApplicationBaseDirectory Property

Gets the base directory for this AppDomain.

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

Property Value

The base directory path for the current AppDomain.

Remarks

Gets the base directory for this AppDomain.

The value returned may be either a local file path or a URI.

See Also

SystemInfo Class | log4net.Util Namespace