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

Syntax

[Android.Runtime.Register("findResource", "(Ljava/lang/String;)Ljava/net/URL;", "GetFindResource_Ljava_lang_String_Handler")]
protected virtual Java.Net.URL FindResource (string resName)

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. This implementation just returns null; it should be overridden in subclasses.

[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