Class Window.SafeNativeWindowHandle

Definition

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

Contains and encapsulates Native Window handle.

C#
Copy
[Obsolete("This has been deprecated in API9 and will be removed in API11. Use Window.NativeHandle instead.")] public class SafeNativeWindowHandle : SafeHandle, IDisposable
Inheritance
System.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
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
Overrides
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.

Overrides
System.Runtime.InteropServices.SafeHandle.ReleaseHandle()
API Level: 4

Implements

System.IDisposable