Skip to content

e4f03f36 377f b6a0 5ef0 59d10f68c3ef

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

DisposableExtension Class

This extension allows to perform additional disposing operations.

Inheritance Hierarchy

System.Object
  Plexdata.LogWriter.Internals.Extensions.DisposableExtension
Namespace: Plexdata.LogWriter.Internals.Extensions
Assembly: Plexdata.LogWriter.Network (in Plexdata.LogWriter.Network.dll) Version: 1.0.7.1

Syntax

C#

internal static class DisposableExtension

The DisposableExtension type exposes the following members.

Methods

 

Name Description
Public methodStatic member SafeDispose Ensures a safe object disposal.
  Back to Top

Remarks

For the moment only object safe disposing is supported.

See Also

Reference

Plexdata.LogWriter.Internals.Extensions Namespace

Clone this wiki locally