Android.App.Instrumentation.Context Property
Return the Context of this instrumentation's package.

Syntax

[get: Android.Runtime.Register("getContext", "()Landroid/content/Context;", "GetGetContextHandler")]
public virtual Android.Content.Context Context { get; }

See Also

Instrumentation.TargetContext

Value

Documentation for this section has not yet been entered.

Remarks

Return the Context of this instrumentation's package. Note that this is often different than the Context of the application being instrumentated, since the instrumentation code often lives is a different package than that of the application it is running against. See Instrumentation.TargetContext to retrieve a Context for the target application.

[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