PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­BackendDispose
Open sandboxFocus

Method Dispose

Dispose()

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

Declaration
public void Dispose()

Dispose(Boolean)

Disposes the current object.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

true if the Dispose() method has been called, false if the object is being finalized by the garbage collector.