SystemInfo AssemblyFileName Method Apache log4net™ SDK Documentation
Gets the file name portion of the OnlineAssembly, including the extension.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static string AssemblyFileName(
	Assembly myAssembly
)

Return Value

Type: OnlineString
The file name of the assembly.
Remarks

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

See Also