Skip to main content

RuntimeXamlDiagnostic Class

Definition

Namespace: Avalonia.Markup.Xaml
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)

public class RuntimeXamlDiagnostic : IEquatable<RuntimeXamlDiagnostic>
InheritanceObject → RuntimeXamlDiagnostic
ImplementsIEquatable(RuntimeXamlDiagnostic)

Constructors

RuntimeXamlDiagnostic(String, RuntimeXamlDiagnosticSeverity, String, Nullable(Int32), Nullable(Int32))Initializes a new instance of the RuntimeXamlDiagnostic class

Properties

Document 
Id 
LineNumber 
LinePosition 
Severity 
Title 

Methods

Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)

See Also

Reference

Avalonia.Markup.Xaml Namespace