Android.App.Instrumentation.NewActivity Method
Perform instantiation of the process's Android.App.Activity object.

Syntax

[Android.Runtime.Register("newActivity", "(Ljava/lang/ClassLoader;Ljava/lang/String;Landroid/content/Intent;)Landroid/app/Activity;", "GetNewActivity_Ljava_lang_ClassLoader_Ljava_lang_String_Landroid_content_Intent_Handler")]
public virtual Activity NewActivity (Java.Lang.ClassLoader cl, string className, Android.Content.Intent intent)

Parameters

cl
The ClassLoader with which to instantiate the object.
className
The name of the class implementing the Activity object.
intent
The Intent object that specified the activity class being instantiated.

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.Activity 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