Configuration ProviderLoadFromFile Method NFX Class Library

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

Loads the contents of the supplied file name in an appropriate configuration provider implementation for the supplied extension format

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

public static Configuration ProviderLoadFromFile(
	string fileName
)

Return Value

Type: Configuration
See Also