IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IDiagnosticChannelWriter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Buffers;
3
4
namespace
IKVM.Tools.Core.Diagnostics
5
{
6
7
public
interface
IDiagnosticChannelWriter
: IDisposable
8
{
9
15
void
Write
(IMemoryOwner<byte> memory,
int
length);
16
17
}
18
19
}
IKVM.Tools.Core.Diagnostics.IDiagnosticChannelWriter
Definition
IDiagnosticChannelWriter.cs:8
IKVM.Tools.Core.Diagnostics.IDiagnosticChannelWriter.Write
void Write(IMemoryOwner< byte > memory, int length)
Enqueues the specified memory to the diagnostic channel.
IKVM.Tools.Core.Diagnostics
Definition
AsyncDiagnosticChannelWriter.cs:8
System
Definition
HexConverter.cs:9
src
IKVM.Tools.Core
Diagnostics
IDiagnosticChannelWriter.cs
Generated by
1.12.0