Class destructor/finalizer.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
protected override void Finalize() |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub Finalize |
| Visual C++ |
|---|
protected: virtual void Finalize() override |
Remarks
Will attempt to close the phidget if it has yet to be closed.