COM.detach Method

Detaches a COM object from the class that it was associated with.

Syntax

public void detach()

Run On

Called

Remarks

For example, this method can be called to detach a COM object from a call to the attach or new method.

See Also

Reference

COM Class