Dispose Method
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(bool)
Disposes resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
bool | disposing | true when disposing deterministically. |