Search Results for

    Show / Hide Table of Contents

    Class Window.SafeNativeWindowHandle

    Definition

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

    Contains and encapsulates Native Window handle.

    [Obsolete("This has been deprecated in API9 and will be removed in API11. Use Window.NativeHandle instead.")]
    public class Window.SafeNativeWindowHandle : SafeHandle, IDisposable
    Inheritance
    object
    CriticalFinalizerObject
    SafeHandle
    Window.SafeNativeWindowHandle
    Implements
    IDisposable

    Constructors

    View Source

    SafeNativeWindowHandle()

    Constructor, Native window handle is set to handle.

    Declaration
    public SafeNativeWindowHandle()

    Properties

    View Source

    IsInvalid

    Null check if the handle is valid or not.

    Declaration
    public override bool IsInvalid { get; }
    Property Value
    Type Description
    bool
    Overrides
    SafeHandle.IsInvalid

    Methods

    View Source

    ReleaseHandle()

    Release handle itself.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    true when released successfully.

    Overrides
    SafeHandle.ReleaseHandle()

    Implements

    IDisposable
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX