Class Disposable

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Disposable class.

    public class Disposable : IDisposable
    Inheritance
    object
    Disposable
    Derived
    Adaptor
    Adaptor
    AlphaFunction
    AlphaFunction
    TableView.CellPosition
    TableView.CellPosition
    Color
    Color
    Notification
    Notification
    Degree
    Degree
    Extents
    Extents
    InputMethodContext.CallbackData
    InputMethodContext.CallbackData
    InputMethodContext.EventData
    InputMethodContext.EventData
    PaddingType
    PaddingType
    Position
    Position
    Position2D
    Position2D
    PropertyArray
    PropertyArray
    PropertyKey
    PropertyKey
    PropertyMap
    PropertyMap
    PropertyValue
    PropertyValue
    Radian
    Radian
    Rectangle
    Rectangle
    RelativeVector2
    RelativeVector2
    RelativeVector3
    RelativeVector3
    RelativeVector4
    RelativeVector4
    RelayoutContainer
    RelayoutContainer
    Rotation
    Rotation
    Size
    Size
    Size2D
    Size2D
    TimePeriod
    TimePeriod
    TransitionBase
    TransitionBase
    Vector2
    Vector2
    Vector3
    Vector3
    Vector4
    Vector4
    WatchTime
    WatchTime
    WebPageLoadError
    WebPageLoadError
    Implements
    System.IDisposable

    Constructors

    View Source

    Disposable()

    Create an instance of Disposable.

    Declaration
    public Disposable()

    Fields

    View Source

    disposed

    The flag to check if it is already disposed of.

    Declaration
    [Obsolete("Deprecated in API9, will be removed in API11, Use Disposed")]
    protected bool disposed
    Field Value
    Type Description
    bool

    Methods

    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    View Source

    Dispose(DisposeTypes)

    Dispose.

    Declaration
    protected virtual void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    View Source

    ~Disposable()

    Dispose.

    Declaration
    protected ~Disposable()

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX