Android.App.Instrumentation.NewApplication Method
Perform instantiation of the process's Android.App.Application object.

Syntax

[Android.Runtime.Register("newApplication", "(Ljava/lang/ClassLoader;Ljava/lang/String;Landroid/content/Context;)Landroid/app/Application;", "GetNewApplication_Ljava_lang_ClassLoader_Ljava_lang_String_Landroid_content_Context_Handler")]
public virtual Application NewApplication (Java.Lang.ClassLoader cl, string className, Android.Content.Context context)

Parameters

cl
The ClassLoader with which to instantiate the object.
className
The name of the class implementing the Application object.
context
The context to initialize the application with

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.InstantiationException
Java.Lang.IllegalAccessException
Java.Lang.ClassNotFoundException

Remarks

Perform instantiation of the process's Android.App.Application object. The default implementation provides the normal system behavior.

[Android Documentation]

Requirements

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