Méthode | Description | |
---|---|---|
ExperimentInfo ( string name, string assemblyPath, string className, |
Constructs with the provided experiment info.
|
|
ReadExperimentXml ( |
Read an experiments XML file and return the parsed experiments as a list of ExperimentInfo objects.
|
|
ReadExperimentXml ( string filepath ) : List |
Read an experiments XML file and return the parsed experiments as a list of ExperimentInfo objects.
|
public ExperimentInfo ( string name, string assemblyPath, string className, |
||
name | string | |
assemblyPath | string | |
className | string | |
xmlConfig | ||
Résultat | System |
public static ReadExperimentXml ( |
||
xmlDoc | ||
Résultat | List |
public static ReadExperimentXml ( string filepath ) : List |
||
filepath | string | |
Résultat | List |