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
Parameters
- myAssembly
- Type: System.ReflectionAssembly
The assembly to get the location for.
Return Value
Type: StringThe 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