InstrumentationTestRunner.Loader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.