AudioFileRegionList.Dispose Method

Definition

Overloads

Name Description
Dispose()

Releases the resources used by the AudioFileRegionList object.

Dispose(Boolean)

Releases the resources used by the AudioFileRegionList object.

Dispose()

Releases the resources used by the AudioFileRegionList object.

public void Dispose();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit

Implements

Applies to

Dispose(Boolean)

Releases the resources used by the AudioFileRegionList object.

protected virtual void Dispose(bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit

Parameters

disposing
Boolean

If set to true, the method is invoked directly and will dispose managed and unmanaged resources; If set to false the method is being called by the garbage collector finalizer and should only release unmanaged resources.

Applies to