 | AssemblyVersionLayoutRendererGetAssembly Method |
Gets the assembly specified by
Name, or entry assembly otherwise
Namespace:
NLog.Web.LayoutRenderers
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntaxprotected override Assembly GetAssembly()
Protected Overrides 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