[This is preliminary documentation and is subject to change.]
Takes optional command-line configuration args and root configuration. If configuration is null then
application is configured from a file co-located with entry-point assembly and
called the same name as assembly with '.config' extension, unless args are specified and "/config file"
switch is used in which case 'file' has to be locatable and readable.
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- name
- Type:
System String
- cmdLineArgs
- Type: NFX.Environment Configuration
- rootConfig
- Type: NFX.Environment ConfigSectionNode
See Also