Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from System..::.Object)
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
protected override void Finalize() |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub Finalize |
Remarks
Waits while all used resourses is cleared and temporary file, if it exists, is deleted.
