URLClassLoader.GetURLs Method

Definition

Returns the search path of URLs for loading classes and resources.

[Android.Runtime.Register("getURLs", "()[Ljava/net/URL;", "GetGetURLsHandler")]
public virtual Java.Net.URL[]? GetURLs ();
[<Android.Runtime.Register("getURLs", "()[Ljava/net/URL;", "GetGetURLsHandler")>]
abstract member GetURLs : unit -> Java.Net.URL[]
override this.GetURLs : unit -> Java.Net.URL[]

Returns

URL[]

the search path of URLs for loading classes and resources.

Attributes

Remarks

Returns the search path of URLs for loading classes and resources. This includes the original list of URLs specified to the constructor, along with any URLs subsequently appended by the addURL() method.

Java documentation for java.net.URLClassLoader.getURLs().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to