|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Handles consuming and outputting diagnostic events. More...
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. | |
Handles consuming and outputting diagnostic events.
Definition at line 9 of file IDiagnosticChannel.cs.
|
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.
|
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.