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