SystemInfoAssemblyFileName Method Apache log4net™ SDK Documentation
Gets the file name portion of the Assembly, including the extension.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static string AssemblyFileName(
	Assembly myAssembly
)

Parameters

myAssembly
Type: System.ReflectionAssembly
The Assembly to get the file name for.

Return Value

Type: String
The file name of the assembly.
Remarks

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

See Also

Reference