Object.Dispose Method

Definition

Overloads

Name Description
Dispose()

Releases the resources held by this Java peer.

Dispose(Boolean)

Releases the resources held by this Java peer.

Dispose()

Releases the resources held by this Java peer.

public void Dispose();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit

Implements

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Dispose(Boolean)

Releases the resources held by this Java peer.

protected virtual void Dispose(bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit

Parameters

disposing
Boolean

Whether managed resources should also be released.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to