COMVariant.finalize Method

Not implemented. You can override this method if you need to explicitly destruct an object.

Syntax

public void finalize()

Run On

Called

Remarks

You must call finalize methods to execute any statements in them; there are no implicit calls to finalize methods.

See Also

Reference

COMVariant Class