|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Maintains instances of RuntimeAssemblyClassLoader. More...
Public Member Functions | |
| RuntimeAssemblyClassLoaderFactory (RuntimeContext context) | |
| Initializes a new instance. | |
| RuntimeAssemblyClassLoader | FromAssembly (Assembly assembly) |
| Obtains the RuntimeAssemblyClassLoader for the given Assembly. This method should not be used with dynamic Java assemblies. | |
Maintains instances of RuntimeAssemblyClassLoader.
Definition at line 45 of file RuntimeAssemblyClassLoaderFactory.cs.
| IKVM.Runtime.RuntimeAssemblyClassLoaderFactory.RuntimeAssemblyClassLoaderFactory | ( | RuntimeContext | context | ) |
Initializes a new instance.
| context |
| System.ArgumentNullException |
Definition at line 65 of file RuntimeAssemblyClassLoaderFactory.cs.
| RuntimeAssemblyClassLoader IKVM.Runtime.RuntimeAssemblyClassLoaderFactory.FromAssembly | ( | Assembly | assembly | ) |
Obtains the RuntimeAssemblyClassLoader for the given Assembly. This method should not be used with dynamic Java assemblies.
| assembly |
Definition at line 76 of file RuntimeAssemblyClassLoaderFactory.cs.