IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
DiagnosticEventHandler.cs
Go to the documentation of this file.
2{
3
7 internal abstract partial class DiagnosticEventHandler : IDiagnosticHandler
8 {
9
11 public abstract bool IsEnabled(Diagnostic diagnostic);
12
14 public abstract void Report(in DiagnosticEvent @event);
15
16 }
17
18}
readonly partial struct DiagnosticEvent(Diagnostic Diagnostic, object?[] Args, Exception? Exception=null, DiagnosticLocation Location=default)