Class TizenShell

    Definition

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

    Basic handle of Tizen Window System Shell.

    public class TizenShell : IDisposable
    Inheritance
    object
    TizenShell
    Remarks

    This class is a basic handle class for other class in Tizen Window System Shell. TizenShell serves as the entry point for interacting with the other subclass of Tizen Window System Shell.

    Constructors

    View Source

    TizenShell()

    The constructor of TizenShell class.

    Declaration
    public TizenShell()
    Remarks

    This class is a basic handle class for other class in Tizen Window System Shell. TizenShell serves as the entry point for interacting with the other subclass of Tizen Window System Shell.

    Methods

    View Source

    Dispose()

    Dispose the TizenShell instance explicitly.

    Declaration
    public void Dispose()
    Remarks

    This class is a basic handle class for other class in Tizen Window System Shell. TizenShell serves as the entry point for interacting with the other subclass of Tizen Window System Shell.

    View Source

    Dispose(DisposeTypes)

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

    This class is a basic handle class for other class in Tizen Window System Shell. TizenShell serves as the entry point for interacting with the other subclass of Tizen Window System Shell.

    View Source

    ~TizenShell()

    The destructor of TizenShell class.

    Declaration
    protected ~TizenShell()
    Remarks

    This class is a basic handle class for other class in Tizen Window System Shell. TizenShell serves as the entry point for interacting with the other subclass of Tizen Window System Shell.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX