|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Classes | |
| class | NativeLibrary |
Static Public Member Functions | |
| static void | registerNatives () |
| Implements the native method 'registerNatives'. | |
| static global::java.lang.Class | defineClass0 (global::java.lang.ClassLoader self, string name, byte[] b, int off, int len, global::java.security.ProtectionDomain pd) |
| Implements the native method 'defineClass0'. | |
| static global::java.lang.Class | defineClass1 (global::java.lang.ClassLoader self, string name, byte[] b, int off, int len, global::java.security.ProtectionDomain pd, string source) |
| Implements the native method 'defineClass1'. | |
| static unsafe global::java.lang.Class | defineClass2 (global::java.lang.ClassLoader self, string name, global::java.nio.ByteBuffer bb, int off, int len, global::java.security.ProtectionDomain pd, string source) |
| Implements the native method 'defineClass2'. | |
| static void | resolveClass0 (global::java.lang.ClassLoader self, global::java.lang.Class clazz) |
| Implements the native method 'resolveClass0'. | |
| static global::java.lang.Class | findBootstrapClass (global::java.lang.ClassLoader self, string name) |
| Implements the native method 'findBootstrapClass'. | |
| static global::java.lang.Class | findLoadedClass0 (global::java.lang.ClassLoader self, string name) |
| Implements the native method 'findLoadedClass0'. | |
| static global::java.net.URL | getBootstrapResource (string name) |
| Implements the native method 'getBootstrapResource'. | |
| static global::java.util.Enumeration | getBootstrapResources (string name) |
| Implements the native method 'getBootstrapResources'. | |
| static object | retrieveDirectives () |
| Implements the native method 'retrieveDirectives'. | |
| static string | findBuiltinLib (string name) |
Finds the builtin native library, or returns null if the given name isn't built in. | |
Definition at line 36 of file ClassLoader.NativeLibrary.cs.
|
static |
Implements the native method 'defineClass0'.
| self | |
| name | |
| b | |
| off | |
| len | |
| pd |
Definition at line 59 of file ClassLoader.cs.
|
static |
Implements the native method 'defineClass1'.
| self | |
| name | |
| b | |
| off | |
| len | |
| pd | |
| source |
| global::java.lang.NoClassDefFoundError |
Definition at line 82 of file ClassLoader.cs.
|
static |
Implements the native method 'defineClass2'.
| self | |
| name | |
| bb | |
| off | |
| len | |
| pd | |
| source |
Definition at line 104 of file ClassLoader.cs.
|
static |
Implements the native method 'findBootstrapClass'.
| self | |
| name |
Definition at line 186 of file ClassLoader.cs.
|
static |
Finds the builtin native library, or returns null if the given name isn't built in.
| name |
Definition at line 44 of file ClassLoader.NativeLibrary.cs.
|
static |
Implements the native method 'findLoadedClass0'.
| self | |
| name |
Definition at line 208 of file ClassLoader.cs.
|
static |
Implements the native method 'getBootstrapResource'.
| name |
Definition at line 222 of file ClassLoader.cs.
|
static |
Implements the native method 'getBootstrapResources'.
| name |
Definition at line 236 of file ClassLoader.cs.
|
static |
Implements the native method 'registerNatives'.
Definition at line 44 of file ClassLoader.cs.
|
static |
Implements the native method 'resolveClass0'.
| self | |
| clazz |
Definition at line 175 of file ClassLoader.cs.
|
static |
Implements the native method 'retrieveDirectives'.
Definition at line 249 of file ClassLoader.cs.