| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Dispose() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Dispose() | |
| C++/CLI | |
|---|---|
public: void Dispose(); | |
For an example, refer to AutoFormsEngine.AutoFormsEngine(IMasterFormsRepository repository, IOcrEngine ocrEngine, BarcodeEngine barcodeEngine).
AutoFormsEngine should be disposed before disposing or shutting down the used IOcrEngine.
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