Class Disposable
Definition
- Assembly:
- Tizen.NUI.dll
Disposable class.
public class Disposable : IDisposable
- Inheritance
-
objectDisposable
- Derived
-
Tizen.
NUI. Components. Notification Tizen.NUI. Components. Notification Tizen.NUI. Components. Notification Tizen.NUI. Components. Notification Tizen.NUI. Components. Notification Tizen.NUI. Components. Notification Tizen.NUI. Time Period Tizen.NUI. Time Period Tizen.NUI. Time Period Tizen.NUI. Time Period Tizen.NUI. Time Period Tizen.NUI. Transition Base Tizen.NUI. Transition Base Tizen.NUI. Transition Base Tizen.NUI. Transition Base Tizen.NUI. Transition Base Tizen.NUI. Web Page Load Error Tizen.NUI. Web Page Load Error Tizen.NUI. Web Page Load Error Tizen.NUI. Web Page Load Error Tizen.NUI. Web Page Load Error
- Implements
-
System.
IDisposable
Constructors
View SourceDisposable()
Create an instance of BaseHandle.
Declaration
public Disposable()
Fields
View Sourcedisposed
A Flat to check if it is already disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(DisposeTypes)
Dispose.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
Dispose |
type |
~Disposable()
Dispose.
Declaration
protected ~Disposable()
Implements
System.IDisposable