Edit

Share via


StepResult.DeSerializeFromFile(String) Method

Definition

Deserializes the XML in the specified file and creates a StepResult object with property values that match the information in the file.

public static Microsoft.Hpc.Diagnostics.Helpers.StepResult DeSerializeFromFile (string fileName);
static member DeSerializeFromFile : string -> Microsoft.Hpc.Diagnostics.Helpers.StepResult
Public Shared Function DeSerializeFromFile (fileName As String) As StepResult

Parameters

fileName
String

Returns

A StepResult object with property values that match the information in the specified StepResult XML file.

Applies to