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();
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Frees resources that are associated with the instance of the COM class.
public void finalize()
Called
The following example how to use the finalize method.
objCOM.finalize();