iPhoneOSGameView.Dispose(Boolean) Method

Definition

Releases resources held by this instance.

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

Parameters

disposing
Boolean

A Boolean specifying whether this method was invoked explicitly by user code or via a finalizer.
If true, this was as the result of explicit user code; otherwise, it's due to invocation by a finalizer.

Remarks

Invokes the OnDisposed(EventArgs) method.

Applies to