Diagnostic Report Class
Represents an immutable collection of DiagnosticMessage
entries produced by a Diagnose() operation.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public sealed class DiagnosticReport- Inheritance
- Object → DiagnosticReport
Remarks
All properties are computed at construction time and do not change after the report is created.
Use HasMessages to determine whether any diagnostics were produced, and HasErrors or HasWarnings for severity-specific checks.
Constructors
| Diagnostic | Initializes a new DiagnosticReport with the specified messages. |
Properties
| Has | Gets a value indicating whether this report contains any messages with Error severity. |
| Has | Gets a value indicating whether this report contains any messages. |
| Has | Gets a value indicating whether this report contains any messages with Warning severity. |
| Messages | Gets the ordered list of diagnostic messages in this report. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |