VirtualFileSystem

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.ChangeHistory

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.