| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub Finalize() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected override void Finalize() | |
| C++/CLI | |
|---|---|
protected: void Finalize(); override | |
For an example, refer to AutoFormsEngine.AutoFormsEngine(IMasterFormsRepository repository, IOcrEngine ocrEngine, BarcodeEngine barcodeEngine).
For more information, refer to IDisposable.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code