VideoDevice.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() | |
Dispose(Boolean) |
Releases the unmanaged resources used by the VideoDevice and optionally releases the managed resources. |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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 és más verziók
Termék | Verziók |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |
Releases the unmanaged resources used by the VideoDevice and optionally releases the managed resources.
protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)
Parameters
- disposing
- Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources.
Applies to
.NET IoT Libraries 2.2.0 és más verziók
Termék | Verziók |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |