Releases the unmanaged resources used by the
BarcodeProfessional and optionally releases the managed resources
Namespace: Neodynamic.WinControls.BarcodeProfessionalAssembly: Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)
Syntax
C# |
---|
protected override void Dispose(
bool disposing
) |
Visual Basic |
---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
Visual C++ |
---|
protected:
virtual void Dispose(
bool disposing
) override |
Parameters
- disposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also