-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.UposDeviceBase.Dispose
github-actions[bot] edited this page May 8, 2026
·
5 revisions
| Overloads | |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(bool) | Releases unmanaged and - optionally - managed resources. |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose();Implements Dispose()
Releases unmanaged and - optionally - managed resources.
protected virtual void Dispose(bool disposing);disposing System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
