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
    System.Runtime.ConstrainedExecution.CriticalFinalizerObject
    System.Runtime.InteropServices.SafeHandle
    Window.SafeNativeWindowHandle
    Implements
    System.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
    System.Runtime.InteropServices.SafeHandle.IsInvalid

    Methods

    View Source

    ReleaseHandle()

    Release handle itself.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    true when released successfully.

    Overrides
    System.Runtime.InteropServices.SafeHandle.ReleaseHandle()

    Implements

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