C# Class CoreTechs.Logging.Configuration.TargetConstructor

ファイルを表示 Open project: Core-Techs/Logging

Public Methods

Method Description
Construct ( [ config ) : Target
Construct ( string typeName, System.Xml.Linq.XElement config ) : Target
TargetConstructor ( ) : System

Private Methods

Method Description
FindTargetTypeInfo ( string typeName ) : CoreTechs.Logging.Configuration.TargetTypeInfo

Searches for the target first by full type name, then by friendly type name, then by type name.

Method Details

Construct() public method

public Construct ( [ config ) : Target
config [
return Target

Construct() public method

public Construct ( string typeName, System.Xml.Linq.XElement config ) : Target
typeName string
config System.Xml.Linq.XElement
return Target

TargetConstructor() public method

public TargetConstructor ( ) : System
return System