[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.HealthAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CheckList(
string path,
string checkAssemblies,
ConfigSectionNode config
)
public CheckList(
string path,
string checkAssemblies,
ConfigSectionNode config
)
Public Sub New (
path As String,
checkAssemblies As String,
config As ConfigSectionNode
)
Public Sub New (
path As String,
checkAssemblies As String,
config As ConfigSectionNode
)
public:
CheckList(
String^ path,
String^ checkAssemblies,
ConfigSectionNode^ config
)
public:
CheckList(
String^ path,
String^ checkAssemblies,
ConfigSectionNode^ config
)
new :
path : string *
checkAssemblies : string *
config : ConfigSectionNode -> CheckList
new :
path : string *
checkAssemblies : string *
config : ConfigSectionNode -> CheckList