Java.Lang.ClassLoader.GetSystemResource Method
Finds the URL of the resource with the specified name.

Syntax

[Android.Runtime.Register("getSystemResource", "(Ljava/lang/String;)Ljava/net/URL;", "")]
public static Java.Net.URL GetSystemResource (string resName)

See Also

Class.GetResource(string)

Parameters

resName
the name of the resource to find.

Returns

Documentation for this section has not yet been entered.

Remarks

Finds the URL of 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