Android.Renderscripts.BaseObj.Destroy Method
Frees any native resources associated with this object.

Syntax

[Android.Runtime.Register("destroy", "()V", "GetDestroyHandler")]
public virtual void Destroy ()

Remarks

Frees any native resources associated with this object. The primary use is to force immediate cleanup of resources when it is believed the GC will not respond quickly enough.

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11