CheckList Constructor (String, String, ConfigSectionNode)NFX Class Library

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

Initializaes check list from assembly names separated by semicolons. Optional path will be prepended to every assembly name

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

public CheckList(
	string path,
	string checkAssemblies,
	ConfigSectionNode config
)
See Also