Dispose

Editor.Dispose method

Disposes this instance of Editor, so that it releases all internal resources and becomes unavailable for further usage

public void Dispose()

Remarks

After this method was invoked, calling all other methods of this instance will throw an ObjectDisposedException. It is safe to call this method multiple times — all subsequent calls are ignored.

See Also