Class Window.SafeNativeWindowHandle
Definition
- Assembly:
- Tizen.NUI.dll
Contains and encapsulates Native Window handle.
public class Window.SafeNativeWindowHandle : SafeHandle, IDisposable
- Inheritance
-
objectSystem.Runtime.ConstrainedExecution.CriticalFinalizerObjectSystem.Runtime.InteropServices.SafeHandleWindow.SafeNativeWindowHandle
- Implements
-
System.IDisposable
Constructors
View SourceSafeNativeWindowHandle()
Contructor, Native window handle is set to handle.
Declaration
public SafeNativeWindowHandle()
Properties
View SourceIsInvalid
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 SourceReleaseHandle()
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