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

Main entry point for the application. More...

Public Member Functions

 ImportTool ()
 Initializes a new instance.
 

Static Public Member Functions

static async Task< int > InvokeAsync (string[] args, CancellationToken cancellationToken=default)
 Executes the importer against a set of command line options.
 

Detailed Description

Main entry point for the application.

Definition at line 21 of file ImportTool.cs.

Constructor & Destructor Documentation

◆ ImportTool()

IKVM.Tools.Importer.ImportTool.ImportTool ( )

Initializes a new instance.

Definition at line 123 of file ImportTool.cs.

124 {
125
126 }

Member Function Documentation

◆ InvokeAsync()

static async Task< int > IKVM.Tools.Importer.ImportTool.InvokeAsync ( string[] args,
CancellationToken cancellationToken = default )
static

Executes the importer against a set of command line options.

Parameters
args
cancellationToken
Returns

Definition at line 30 of file ImportTool.cs.

31 {
32 using var context = new ExecutionContext(args);
33 return await context.ExecuteAsync(cancellationToken);
34 }

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