Frees any native resources associated with this object.
Syntax
[Android.Runtime.Register("destroy", "()V", "GetDestroyHandler")] public virtual voidDestroy ()
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.