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

Holds the static compiler information. More...

Public Member Functions

 StaticCompiler (Universe universe, AssemblyResolver resolver, Assembly runtimeAssembly)
 Initializes a new instance.
 

Detailed Description

Holds the static compiler information.

Definition at line 37 of file StaticCompiler.cs.

Constructor & Destructor Documentation

◆ StaticCompiler()

IKVM.Tools.Exporter.StaticCompiler.StaticCompiler ( Universe universe,
AssemblyResolver resolver,
Assembly runtimeAssembly )

Initializes a new instance.

Parameters
universe
resolver
runtimeAssembly
Exceptions
ArgumentNullException

Definition at line 51 of file StaticCompiler.cs.

52 {
53 this.universe = universe ?? throw new ArgumentNullException(nameof(universe));
54 this.resolver = resolver ?? throw new ArgumentNullException(nameof(resolver));
55 this.runtimeAssembly = runtimeAssembly ?? throw new ArgumentNullException(nameof(runtimeAssembly));
56 }

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