|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Provides the capability to look up diagnostic channels. More...
Public Member Functions | |
| DiagnosticChannelProvider (IEnumerable< IDiagnosticChannelFactory > factories) | |
| Initializes a new instance. | |
| IDiagnosticChannel? | GetOrCreateChannel (string spec) |
| Attempts to parse the specification into a diagnostic channel. | |
| void | Dispose () |
Provides the capability to look up diagnostic channels.
Definition at line 12 of file DiagnosticChannelProvider.cs.
| IKVM.Tools.Core.Diagnostics.DiagnosticChannelProvider.DiagnosticChannelProvider | ( | IEnumerable< IDiagnosticChannelFactory > | factories | ) |
Initializes a new instance.
| factories |
| ArgumentNullException |
Definition at line 23 of file DiagnosticChannelProvider.cs.
| void IKVM.Tools.Core.Diagnostics.DiagnosticChannelProvider.Dispose | ( | ) |
Definition at line 39 of file DiagnosticChannelProvider.cs.
| IDiagnosticChannel? IKVM.Tools.Core.Diagnostics.DiagnosticChannelProvider.GetOrCreateChannel | ( | string | spec | ) |
Attempts to parse the specification into a diagnostic channel.
| spec |
Definition at line 33 of file DiagnosticChannelProvider.cs.