Edit

Share via


ComObject.FinalRelease Method

Definition

Releases all references owned by this ComObject if it is a unique instance.

public:
 void FinalRelease();
public void FinalRelease ();
member this.FinalRelease : unit -> unit
Public Sub FinalRelease ()

Remarks

This method does nothing if the ComObject was not created with UniqueInstance.

Applies to