SystemInfo EntryAssemblyLocation Property Apache log4net™ SDK Documentation
Gets the path to the file that first executed in the current OnlineAppDomain.

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

public static string EntryAssemblyLocation { get; }

Property Value

Type: OnlineString
The path to the entry assembly.
Remarks

Gets the path to the file that first executed in the current OnlineAppDomain.

See Also