Click or drag to resize

IFactoryTBaseType Interface

Factory of named items (such as Target, Layout, LayoutRenderer, etc.).

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public interface IFactory<TBaseType>
where TBaseType : class

Type Parameters

TBaseType

The IFactoryTBaseType type exposes the following members.

Methods
  NameDescription
Public methodTryCreateInstance
Tries to create an item instance with type-alias
Top
See Also