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