Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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(
���AssemblymyAssembly
);

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