Android.OS.Bundle.SetClassLoader Method
Changes the ClassLoader this Bundle uses when instantiating objects.

Syntax

[Android.Runtime.Register("setClassLoader", "(Ljava/lang/ClassLoader;)V", "")]
public void SetClassLoader (Java.Lang.ClassLoader loader)

Parameters

loader
An explicit ClassLoader to use when instantiating objects inside of the Bundle.

Remarks

Changes the ClassLoader this Bundle uses when instantiating objects.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1