메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System |
public static ReadExperimentXml ( |
||
xmlDoc | ||
리턴 | List |
public static ReadExperimentXml ( string filepath ) : List |
||
filepath | string | |
리턴 | List |