IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ExecutionContext.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Threading;
3
using
System.Threading.Tasks;
4
5
namespace
IKVM.Tools.Importer
6
{
7
12
partial class
ExecutionContext
: IDisposable
13
{
14
20
public
partial Task<int>
ExecuteAsync
(CancellationToken cancellationToken);
21
25
~ExecutionContext
()
26
{
27
Dispose();
28
}
29
30
}
31
32
}
IKVM.Tools.Importer.ExecutionContext
Communicates command line arguments across either an AppDomain or AssemblyLoadContext boundary....
Definition
ExecutionContext.cs:13
IKVM.Tools.Importer.ExecutionContext.ExecuteAsync
partial Task< int > ExecuteAsync(CancellationToken cancellationToken)
Executes the importer logic.
IKVM.Tools.Importer
Definition
AssemblyResolver.cs:32
System
Definition
HexConverter.cs:9
src
IKVM.Tools.Importer
ExecutionContext.cs
Generated by
1.12.0