IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.ExecutionContext Class Reference

Communicates command line arguments across either an AppDomain or AssemblyLoadContext boundary. Needed because the compiler infrastructure still makes use of some static data structures. More...

Inheritance diagram for IKVM.Tools.Importer.ExecutionContext:

Public Member Functions

partial Task< int > ExecuteAsync (CancellationToken cancellationToken)
 Executes the importer logic.
 

Detailed Description

Communicates command line arguments across either an AppDomain or AssemblyLoadContext boundary. Needed because the compiler infrastructure still makes use of some static data structures.

Definition at line 12 of file ExecutionContext.cs.

Member Function Documentation

◆ ExecuteAsync()

partial Task< int > IKVM.Tools.Importer.ExecutionContext.ExecuteAsync ( CancellationToken cancellationToken)

Executes the importer logic.

Parameters
cancellationToken
Returns

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