Class TizenShell

    Definition

    Namespace:
    Tizen.NUI.WindowSystem.Shell
    Assembly:
    Tizen.NUI.WindowSystem.dll

    Tizen Window System Shell. This is a basic handle class for others in WsShell. Others class in WsShell using this basic class to use TIzen Window System Shell.

    public class TizenShell : IDisposable
    Inheritance
    object
    TizenShell
    Implements
    System.IDisposable

    Constructors

    View Source

    TizenShell()

    Creates a new Tizen Shell handle.

    Declaration
    public TizenShell()
    Exceptions
    Type Condition
    OutOfMemoryException

    Thrown when the memory is not enough to allocate.

    System.ArgumentException

    Thrown when failed of invalid argument.

    Methods

    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    Exceptions
    Type Condition
    System.MemberAccessException

    Thrown when private memeber is a corrupted.

    View Source

    Dispose(DisposeTypes)

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

    ~TizenShell()

    Destructor.

    Declaration
    protected ~TizenShell()

    Implements

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