Android.App.Activity.ReleaseInstance Method
Ask that the local app instance of this activity be released to free up its memory.

Syntax

[Android.Runtime.Register("releaseInstance", "()Z", "GetReleaseInstanceHandler")]
public virtual bool ReleaseInstance ()

Returns

Documentation for this section has not yet been entered.

Remarks

Ask that the local app instance of this activity be released to free up its memory. This is asking for the activity to be destroyed, but does not finish the activity -- a new instance of the activity will later be re-created if needed due to the user navigating back to it.

[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