Android.App.Instrumentation.Start Method
Create and start a new thread in which to run instrumentation.

Syntax

[Android.Runtime.Register("start", "()V", "GetStartHandler")]
public virtual void Start ()

Remarks

Create and start a new thread in which to run instrumentation. This new thread will call to Instrumentation.OnStart where you can implement the instrumentation.

[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