URLClassLoader.GetURLs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.