ComponentBase.Destroy Method

Definition

Destroys the component in the runtime.

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

Remarks

Once Destroy() has been called on a component, subsequent calls to Valid will return false.

Applies to