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

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

public static string AssemblyLocationInfo(
	Assembly myAssembly
)

Parameters

myAssembly
Type: System.ReflectionAssembly
The assembly to get the location for.

Return Value

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

Reference