Class Window.SafeNativeWindowHandle
Definition
- Assembly:
- Tizen.NUI.dll
Contains and encapsulates Native Window handle.
C#Copypublic class Window.SafeNativeWindowHandle : SafeHandle, IDisposable
- Inheritance
-
objectSystem.Runtime.ConstrainedExecution.CriticalFinalizerObjectSystem.Runtime.InteropServices.SafeHandleWindow.SafeNativeWindowHandle
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic SafeNativeWindowHandle()
Properties
Declaration
C#Copypublic override bool IsInvalid { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
System.Runtime.InteropServices.SafeHandle.IsInvalid
Methods
Declaration
C#Copyprotected override bool ReleaseHandle()
Returns
| Type | Description |
|---|---|
| bool | true when released successfully. |
Overrides
System.Runtime.InteropServices.SafeHandle.ReleaseHandle()
Implements
System.IDisposable