Gets the assembly location path for the specified assembly.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- myAssembly
- Type: System.Reflection Assembly
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