Create and start a new thread in which to run instrumentation.
Syntax
[Android.Runtime.Register("start", "()V", "GetStartHandler")] public virtual voidStart ()
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.