IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
VfsContext.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2using System.Reflection;
3
4namespace IKVM.Runtime.Vfs
5{
6
10 internal abstract class VfsContext
11 {
12
16 public abstract RuntimeContext Context { get; }
17
22 public abstract IEnumerable<AssemblyName> GetAssemblyNames();
23
29 public abstract Assembly GetAssembly(AssemblyName name);
30
31 }
32
33}
IKVM.Reflection.Assembly Assembly
IKVM.Reflection.AssemblyName AssemblyName