Class EFLWindowInfo

    Definition

    Namespace:
    Tizen.Applications.ComponentBased.Default
    Assembly:
    Tizen.Applications.ComponentBased.Default.dll

    Window information class for ComponentBasedApplication

    public class EFLWindowInfo : IWindowInfo, IDisposable
    Inheritance
    object
    EFLWindowInfo
    Implements
    IWindowInfo
    System.IDisposable

    Constructors

    View Source

    EFLWindowInfo(Window)

    Initializes the EFLWindow class.

    Declaration
    public EFLWindowInfo(Window win)
    Parameters
    Type Name Description
    Window win

    The window object of component.

    Properties

    View Source

    ResourceId

    Gets the resource ID of window

    Declaration
    public int ResourceId { get; }
    Property Value
    Type Description
    int

    The native handle of window

    Methods

    View Source

    Dispose()

    Dispose the window resources

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    If true, disposes any disposable objects. If false, does not dispose disposable objects.

    Implements

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