The members of Java.Lang.ClassLoader are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new instance of this class with the system class loader as its parent. | ||
Constructs a new instance of this class with the specified class loader as its parent. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Parent | ClassLoader. Returns this class loader's parent. |
[read-only] static | SystemClassLoader | ClassLoader. Returns the system class loader. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ClearAssertionStatus()Sets the default assertion status for this class loader to false and removes any package default and class assertion status settings. | ||
GetResource(string)Returns the URL of the resource with the specified name. | ||
GetResourceAsStream(string)Returns a stream for the resource with the specified name. | ||
GetResources(string)Returns an enumeration of URLs for the resource with the specified name. | ||
static | GetSystemResource(string)Finds the URL of the resource with the specified name. | |
static | GetSystemResourceAsStream(string)Returns a stream for the resource with the specified name. | |
static | GetSystemResources(string)Returns an enumeration of URLs for the resource with the specified name. | |
LoadClass(string)Loads the class with the specified name. | ||
LoadClassAsync(string)Documentation for this section has not yet been entered. | ||
SetClassAssertionStatus(string, bool)Sets the assertion status of the class with the specified name. | ||
SetDefaultAssertionStatus(bool)Sets the default assertion status for this class loader. | ||
SetPackageAssertionStatus(string, bool)Sets the assertion status of the package with the specified name. |
DefineClass(byte[], int, int)Constructs a new class from an array of bytes containing a class definition in class file format. | ||
DefineClass(string, Java.Nio.ByteBuffer, Java.Security.ProtectionDomain)Defines a new class with the specified name, byte code from the byte buffer and the optional protection domain. | ||
DefineClass(string, byte[], int, int)Constructs a new class from an array of bytes containing a class definition in class file format. | ||
DefineClass(string, byte[], int, int, Java.Security.ProtectionDomain)Constructs a new class from an array of bytes containing a class definition in class file format and assigns the specified protection domain to the new class. | ||
DefinePackage(string, string, string, string, string, string, string, Java.Net.URL)Defines and returns a new Package using the specified information. | ||
FindClass(string)Overridden by subclasses, throws a ClassNotFoundException by default. | ||
FindLibrary(string)Returns the absolute path of the native library with the specified name, or null. | ||
FindLoadedClass(string)Returns the class with the specified name if it has already been loaded by the VM or null if it has not yet been loaded. | ||
FindResource(string)Finds the URL of the resource with the specified name. | ||
FindResources(string)Finds an enumeration of URLs for the resource with the specified name. | ||
FindSystemClass(string)Finds the class with the specified name, loading it using the system class loader if necessary. | ||
GetClassLoadingLock(string)Documentation for this section has not yet been entered. | ||
GetPackage(string)Returns the package with the specified name. | ||
GetPackages()Returns all the packages known to this class loader. | ||
LoadClass(string, bool)Loads the class with the specified name, optionally linking it after loading. | ||
LoadClassAsync(string, bool)Documentation for this section has not yet been entered. | ||
static | RegisterAsParallelCapable()Documentation for this section has not yet been entered. | |
ResolveClass(Class)Documentation for this section has not yet been entered. | ||
SetSigners(Class, Object[])Documentation for this section has not yet been entered. |