ClassLoader.Parent Property

Definition

Returns the parent class loader for delegation.

C#
public Java.Lang.ClassLoader? Parent { [Android.Runtime.Register("getParent", "()Ljava/lang/ClassLoader;", "")] get; }

Property Value

The parent ClassLoader

Attributes

Remarks

Returns the parent class loader for delegation. Some implementations may use null to represent the bootstrap class loader. This method will return null in such implementations if this class loader's parent is the bootstrap class loader.

Added in 1.2.

Java documentation for java.lang.ClassLoader.getParent().

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

Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35