IComponent.dispose

Overview | Methods | This Package | All Packages

IComponent.dispose

Disposes of the component.

Syntax

public void dispose()

Remarks

A call to dispose indicates that the component is no longer needed. An implementation of dispose must do the following:

Ideally, a call to dispose will return a component to the state it was in immediately after it was created (this is not a requirement). Following a call to dispose, a component may raise exceptions for operations that cannot meaningfully be performed.