Click or drag to resize
Ab4d.SharpEngine logo

DisposeToken Structure

DisposeToken is used to provide a way to dispose an object that does not have a public Dispose method and can be disposed only by the owner of the DisposeToken.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.SharpEngine.CoreDisposeToken

Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public struct DisposeToken : IDisposable

The DisposeToken type exposes the following members.

Constructors
 NameDescription
Public methodDisposeToken Constructor
Top
Properties
 NameDescription
Public propertyIsDisposed Gets a Boolean that specifies if the Dispose method was already called.
Top
Methods
 NameDescription
Public methodDispose Dispose method calls the disposeAction that was specified when this DisposeToken was created.
Top
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Core.DisposeToken"]

See Also