SystemInfoApplicationBaseDirectory Property Apache log4net™ SDK Documentation
Gets the base directory for this AppDomain.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static string ApplicationBaseDirectory { get; }

Property Value

Type: String
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

Reference