log4net SDK Reference

SystemInfo.AssemblyLocationInfo Method 

Gets the assembly location path for the specified assembly.

[Visual Basic]
Public Shared Function AssemblyLocationInfo( _
   ByVal myAssembly As Assembly _
) As String
[C#]
public static string AssemblyLocationInfo(
   Assembly myAssembly
);

Parameters

myAssembly
The assembly to get the location for.

Return Value

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

SystemInfo Class | log4net.Util Namespace