SystemInfo ApplicationBaseDirectory Property Apache log4net™ SDK Documentation
Gets the base directory for this OnlineAppDomain.

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

public static string ApplicationBaseDirectory { get; }

Property Value

Type: OnlineString
The base directory path for the current OnlineAppDomain.
Remarks

Gets the base directory for this OnlineAppDomain.

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

See Also