FactoryUtils Make T  Method NFX Class Library

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

Creates an instance of appropriate configurable object as specified in supplied config node. This function does not configure the instance

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

public static T Make<T>(
	IConfigSectionNode node,
	Type defaultType = null,
	Object[] args = null
)

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