FactoryUtils MakeAndConfigure T  Method (IConfigSectionNode, Type,  Object )NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates and configures an instance of appropriate configurable object as specified in supplied config node. Applies configured behaviours

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static T MakeAndConfigure<T>(
	IConfigSectionNode node,
	Type defaultType = null,
	Object[] args = null
)
where T : IConfigurable

Parameters

node
Type: NFX.Environment IConfigSectionNode
defaultType (Optional)
Type: OnlineSystem Type
args (Optional)
Type:  OnlineSystem Object 
Type Parameters

T

Return Value

Type: T
See Also