Taal

ProtectionDomain.ClassLoader Property

Definition

public Java.Lang.ClassLoader? ClassLoader { [Android.Runtime.Register("getClassLoader", "()Ljava/lang/ClassLoader;", "")] get; }
[<get: Android.Runtime.Register("getClassLoader", "()Ljava/lang/ClassLoader;", "")>]
member this.ClassLoader : Java.Lang.ClassLoader

Property Value

the ClassLoader of this domain which may be null.

Attributes

Remarks

Returns the ClassLoader of this domain.

Java reference for java.security.ProtectionDomain.getClassLoader.

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