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

Static Public Member Functions

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)
 

Detailed Description

Definition at line 31 of file GenericClassLoader.cs.

Member Function Documentation

◆ 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
57 return ((RuntimeGenericClassLoader)JVM.Context.ClassLoaderFactory.GetClassLoaderWrapper(_this)).FindResource(name);
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
48 return ((RuntimeGenericClassLoader)JVM.Context.ClassLoaderFactory.GetClassLoaderWrapper(_this)).GetResources(name);
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
39 return ((RuntimeGenericClassLoader)JVM.Context.ClassLoaderFactory.GetClassLoaderWrapper(_this)).GetName();
40#endif
41 }

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