Java.Lang.ClassLoader.GetSystemResources Method
Returns an enumeration of URLs for the resource with the specified name.

Syntax

[Android.Runtime.Register("getSystemResources", "(Ljava/lang/String;)Ljava/util/Enumeration;", "")]
public static Java.Util.IEnumeration GetSystemResources (string resName)

Parameters

resName
the name of the resource to find.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs.

Remarks

Returns an enumeration of URLs for the resource with the specified name. The system class loader's resource lookup algorithm is used to find the resource.

[Android Documentation]

Requirements

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