COM.finalize Method

Frees resources that are associated with the instance of the COM class.

Syntax

public void finalize()

Run On

Called

Examples

The following example how to use the finalize method.

objCOM.finalize();

See Also

Reference

COM Class