Freigeben über


InstrumentationTestRunner.Loader Property

Definition

Override this to provide access to the class loader of your package.

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

Property Value

Attributes

Remarks

Override this to provide access to the class loader of your package.

Java documentation for android.test.InstrumentationTestRunner.getLoader().

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