iPhoneOSGameView.Dispose(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.