StepResult.GetResultsFromDirectory(String) Method

Definition

Deserializes the XML in the set of node_name.out files in the specified directory and creates a list of StepResult objects with property values that match the information in the files.

public static System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult> GetResultsFromDirectory (string path);
static member GetResultsFromDirectory : string -> System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult>
Public Shared Function GetResultsFromDirectory (path As String) As List(Of StepResult)

Parameters

path
String

Returns

A List<T> that contains a list of StepResult objects with property values that match the information in the StepResult XML files in the specified directory.

Applies to