FactoryUtils MakeAndConfigure 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 IConfigurable MakeAndConfigure(
	IConfigSectionNode node,
	Type defaultType = null,
	Object[] args = null
)

Parameters

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

Return Value

Type: IConfigurable
See Also