IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Core.Diagnostics.IDiagnosticChannel Interface Reference

Handles consuming and outputting diagnostic events. More...

Inheritance diagram for IKVM.Tools.Core.Diagnostics.IDiagnosticChannel:
IKVM.Tools.Core.Diagnostics.StreamDiagnosticChannel

Properties

IDiagnosticChannelWriter Writer [get]
 Gets the writer that allows you to enqueue data to the channel.
 
Encoding? Encoding [get]
 Gets the native encoding of the channel if the channel expects text.
 

Detailed Description

Handles consuming and outputting diagnostic events.

Definition at line 9 of file IDiagnosticChannel.cs.

Property Documentation

◆ Encoding

Encoding? IKVM.Tools.Core.Diagnostics.IDiagnosticChannel.Encoding
get

Gets the native encoding of the channel if the channel expects text.

Implemented in IKVM.Tools.Core.Diagnostics.StreamDiagnosticChannel.

Definition at line 20 of file IDiagnosticChannel.cs.

20{ get; }

◆ Writer

IDiagnosticChannelWriter IKVM.Tools.Core.Diagnostics.IDiagnosticChannel.Writer
get

Gets the writer that allows you to enqueue data to the channel.

Implemented in IKVM.Tools.Core.Diagnostics.StreamDiagnosticChannel.

Definition at line 15 of file IDiagnosticChannel.cs.

15{ get; }

The documentation for this interface was generated from the following file: