IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IDiagnosticChannelFactory.cs
Go to the documentation of this file.
1
namespace
IKVM.Tools.Core.Diagnostics
2
{
3
4
interface
IDiagnosticChannelFactory
5
{
6
12
IDiagnosticChannel
?
CreateChannel
(
string
spec);
13
14
}
15
16
}
IKVM.Tools.Core.Diagnostics.IDiagnosticChannelFactory
Definition
IDiagnosticChannelFactory.cs:5
IKVM.Tools.Core.Diagnostics.IDiagnosticChannelFactory.CreateChannel
IDiagnosticChannel? CreateChannel(string spec)
Attempts to parse the channel spec into a IDiagnosticChannel
IKVM.Tools.Core.Diagnostics.IDiagnosticChannel
Handles consuming and outputting diagnostic events.
Definition
IDiagnosticChannel.cs:10
IKVM.Tools.Core.Diagnostics
Definition
AsyncDiagnosticChannelWriter.cs:8
src
IKVM.Tools.Core
Diagnostics
IDiagnosticChannelFactory.cs
Generated by
1.12.0