Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2 KB

File metadata and controls

38 lines (24 loc) · 2 KB

ChangeHistory.Dispose Method

Overloads
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Dispose(bool) Releases the unmanaged resources used by the ChangeHistory and optionally releases the managed resources.

ChangeHistory.Dispose() Method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose();

Implements Dispose()

ChangeHistory.Dispose(bool) Method

Releases the unmanaged resources used by the ChangeHistory and optionally releases the managed resources.

public void Dispose(bool disposing);

Parameters

disposing System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.