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

LoggingBackend.Dispose Method

Dispose()

Declaration
public void Dispose()
Implements
IDisposable.Dispose()

Dispose(bool)

Disposes the current object.

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

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