log4net SDK Reference

SystemInfo.EntryAssemblyLocation Property

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

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

Property Value

The path to the entry assembly.

Remarks

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

See Also

SystemInfo Class | log4net.Util Namespace