PwmChannel.Dispose Method

Definition

Overloads

Dispose()
Dispose(Boolean)

Disposes this instance

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

C#
public void Dispose ();

Implements

Applies to

.NET IoT Libraries 2.2.0 and other versions
Product Versions
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0

Dispose(Boolean)

Disposes this instance

C#
protected virtual void Dispose (bool disposing);

Parameters

disposing
Boolean

true if explicitly disposing, false if in finalizer

Applies to

.NET IoT Libraries 2.2.0 and other versions
Product Versions
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0