SystemInfo AssemblyLocationInfo Method Apache log4net™ SDK Documentation
Gets the assembly location path for the specified assembly.

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

public static string AssemblyLocationInfo(
	Assembly myAssembly
)

Return Value

Type: OnlineString
The location of the assembly.
Remarks

This method does not guarantee to return the correct path to the assembly. If only tries to give an indication as to where the assembly was loaded from.

See Also