Skip to main content
Version: 14.x (API 14) [Legacy]

Class ImRaii.EnabledDisposable

A wrapper around re-enabling the state.

Assembly: Dalamud.dll
Declaration
public sealed class ImRaii.EnabledDisposable : IDisposable

Implements:
System.IDisposable

Properties

Count

Gets the stored number of ended disposables as a workaround.

Declaration
public int Count { get; }

Methods

Dispose()

Return to the prior disabled state.

Declaration
public void Dispose()

Implements

  • System.IDisposable