CheckDisposed Method (BLTComponent)
- Last UpdatedApr 08, 2026
- 1 minute read
Checks whether this instance is disposed or not.
| Exception | Description |
|---|---|
| System.ObjectDisposedException | Thrown if the object has already been disposed. |
All public and protected methods in this class and derived classes must call CheckDisposed on entry.