 | AssemblyVersionLayoutRendererGetAssembly Method |
Gets the assembly specified by
Name, or entry assembly otherwise
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxprotected virtual Assembly GetAssembly()
Protected Overridable Function GetAssembly As Assembly
Dim returnValue As [Assembly]
returnValue = Me.GetAssembly()
abstract GetAssembly : unit -> Assembly
override GetAssembly : unit -> Assembly
Return Value
Type:
Assembly
See Also