Java.Net.URLClassLoader Class
This class loader is responsible for loading classes and resources from a list of URLs which can refer to either directories or JAR files.

See Also: URLClassLoader Members

Syntax

[Android.Runtime.Register("java/net/URLClassLoader", DoNotGenerateAcw=true)]
public class URLClassLoader : Java.Security.SecureClassLoader, Java.IO.ICloseable, IDisposable

Remarks

This class loader is responsible for loading classes and resources from a list of URLs which can refer to either directories or JAR files. Classes loaded by this URLClassLoader are granted permission to access the URLs contained in the URL search list.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1