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