Skip to content

PosSharp.Core.UposDeviceBase.Dispose

github-actions[bot] edited this page May 8, 2026 · 5 revisions

PosSharp v1.2.0 API Reference


UposDeviceBase.Dispose Method

Overloads
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Dispose(bool) Releases unmanaged and - optionally - managed resources.

UposDeviceBase.Dispose() Method

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

public void Dispose();

Implements Dispose()

UposDeviceBase.Dispose(bool) Method

Releases unmanaged and - optionally - managed resources.

protected virtual void Dispose(bool disposing);

Parameters

disposing System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Clone this wiki locally