|
| static string | toString (global::java.lang.ClassLoader _this) |
| |
| static global::java.util.Enumeration | getResources (global::java.lang.ClassLoader _this, string name) |
| |
| static global::java.net.URL | findResource (global::java.lang.ClassLoader _this, string name) |
| |
Definition at line 31 of file GenericClassLoader.cs.
◆ findResource()
| static global.java.net.URL IKVM.Java.Externs.ikvm.runtime.GenericClassLoader.findResource |
( |
global.java.lang.ClassLoader | _this, |
|
|
string | name ) |
|
static |
Definition at line 52 of file GenericClassLoader.cs.
53 {
54#if FIRST_PASS
55 throw new NotImplementedException();
56#else
58#endif
59 }
Main state of the running JVM.
RuntimeClassLoaderFactory ClassLoaderFactory
Gets the RuntimeClassLoaderFactory associated with this instance of the runtime.
◆ getResources()
| static global.java.util.Enumeration IKVM.Java.Externs.ikvm.runtime.GenericClassLoader.getResources |
( |
global.java.lang.ClassLoader | _this, |
|
|
string | name ) |
|
static |
Definition at line 43 of file GenericClassLoader.cs.
44 {
45#if FIRST_PASS
46 throw new NotImplementedException();
47#else
49#endif
50 }
◆ toString()
| static string IKVM.Java.Externs.ikvm.runtime.GenericClassLoader.toString |
( |
global.java.lang.ClassLoader | _this | ) |
|
|
static |
Definition at line 34 of file GenericClassLoader.cs.
35 {
36#if FIRST_PASS
37 throw new NotImplementedException();
38#else
40#endif
41 }
The documentation for this class was generated from the following file: