ToString Method
This method returns a string representation of the bugcheck summary event.
Namespace: Microsoft.Windows.Kits.Hardware.DiagnosticSummary
Assembly: Microsoft.Windows.Kits.Hardware.DiagnosticSummary
Usage
C#
BugcheckSummary bugcheckSummary;
string strBugcheckSummary = bugcheckSummary.ToString();
Syntax
C#
public override string ToString()
Return Value
Returns string, a string representation of the bugcheck summary event.
Thread Safety
Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.