Click or drag to resize
weroSoft AG, Software
IDisposableComponent Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the responsibility of a component implementing a life cycle.

Namespace:  WeroSoft.Runtime.Behaviors
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IDisposableComponent : IDisposable
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDispose(Object, DisposeEventArgs)
Called if the component gets disposed.
Top
See Also