IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Java.Externs.ikvm.runtime.Startup Class Reference

Implements the backing support for global::ikvm.runtime.Startup. More...

Static Public Member Functions

static void addBootClassPathAssembly (Assembly asm)
 

Detailed Description

Implements the backing support for global::ikvm.runtime.Startup.

Definition at line 12 of file Startup.cs.

Member Function Documentation

◆ addBootClassPathAssembly()

static void IKVM.Java.Externs.ikvm.runtime.Startup.addBootClassPathAssembly ( Assembly asm)
static

Definition at line 15 of file Startup.cs.

16 {
17#if FIRST_PASS
18 throw new NotImplementedException();
19#else
20 JVM.Context.ClassLoaderFactory.GetBootstrapClassLoader().AddDelegate(JVM.Context.AssemblyClassLoaderFactory.FromAssembly(asm));
21#endif
22 }
Main state of the running JVM.
RuntimeAssemblyClassLoader FromAssembly(Assembly assembly)
Obtains the RuntimeAssemblyClassLoader for the given Assembly. This method should not be used with dy...
RuntimeAssemblyClassLoaderFactory AssemblyClassLoaderFactory
Gets the RuntimeAssemblyClassLoaderFactory associated with this instance of the runtime.
RuntimeClassLoaderFactory ClassLoaderFactory
Gets the RuntimeClassLoaderFactory associated with this instance of the runtime.

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