BitmapImage.Dispose Method
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.
Dispose() |
Disposes this instance. Correctly disposing instance of this class is important to prevent memory leaks or overload of the garbage collector. |
Dispose(Boolean) |
Disposes this instance |
Disposes this instance. Correctly disposing instance of this class is important to prevent memory leaks or overload of the garbage collector.
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()
Implements
Applies to
.NET IoT Libraries 2.2.0
Produkt | Verzie |
---|---|
.NET IoT Libraries | 2.2.0 |
Disposes this instance
protected abstract void Dispose (bool disposing);
abstract member Dispose : bool -> unit
Protected MustOverride Sub Dispose (disposing As Boolean)
Parameters
- disposing
- Boolean
True if disposing, false if called from finalizer
Applies to
.NET IoT Libraries 2.2.0
Produkt | Verzie |
---|---|
.NET IoT Libraries | 2.2.0 |