Gets the file name portion of the  Assembly, including the extension.
Assembly, including the extension.
            
Namespace: log4net.Util Assembly, including the extension.
Assembly, including the extension.
            Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- myAssembly
- Type:  System.Reflection Assembly System.Reflection Assembly
 The Assembly to get the file name for. Assembly to get the file name for.
Return Value
Type: String
StringThe file name of the assembly.
Remarks
            Gets the file name portion of the  Assembly, including the extension.
Assembly, including the extension.
            
See Also