log4net SDK Reference

SystemInfo.AssemblyFileName Method 

Gets the file name portion of the Assembly, including the extension.

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

Parameters

myAssembly
The Assembly to get the file name for.

Return Value

The file name of the assembly.

Remarks

Gets the file name portion of the Assembly, including the extension.

See Also

SystemInfo Class | log4net.Util Namespace