IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Core.Diagnostics.IDiagnosticChannelWriter Interface Reference
Inheritance diagram for IKVM.Tools.Core.Diagnostics.IDiagnosticChannelWriter:
IKVM.Tools.Core.Diagnostics.AsyncDiagnosticChannelWriter

Public Member Functions

void Write (IMemoryOwner< byte > memory, int length)
 Enqueues the specified memory to the diagnostic channel.
 

Detailed Description

Definition at line 7 of file IDiagnosticChannelWriter.cs.

Member Function Documentation

◆ Write()

void IKVM.Tools.Core.Diagnostics.IDiagnosticChannelWriter.Write ( IMemoryOwner< byte > memory,
int length )

Enqueues the specified memory to the diagnostic channel.

Parameters
memory
length

Implemented in IKVM.Tools.Core.Diagnostics.AsyncDiagnosticChannelWriter.


The documentation for this interface was generated from the following file: