Class Window.SafeNativeWindowHandle

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
4

Contains and encapsulates Native Window handle.

C#
Copy
public class SafeNativeWindowHandle : SafeHandle
Inheritance
Window.SafeNativeWindowHandle

Constructors

View Source

SafeNativeWindowHandle()

Constructor, Native window handle is set to handle.

Declaration
C#
Copy
public SafeNativeWindowHandle()
API Level: 4

Properties

View Source

IsInvalid

Null check if the handle is valid or not.

Declaration
C#
Copy
public override bool IsInvalid { get; }
Property Value
Type Description
Boolean
API Level: 4

Methods

View Source

ReleaseHandle()

Release handle itself.

Declaration
C#
Copy
protected override bool ReleaseHandle()
Returns
Type Description
Boolean

true when released successfully.

API Level: 4

Extension Methods