 | AssemblyVersionLayoutRendererGetAssembly Method |
Gets the assembly specified by
Name, or entry assembly otherwise
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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