Class EFLWindowInfo
Definition
- Assembly:
- Tizen.Applications.ComponentBased.Default.dll
- API Level:
- 6
Window information class for ComponentBasedApplication
C#Copypublic class EFLWindowInfo : IWindowInfo, IDisposable
- Inheritance
-
System.ObjectEFLWindowInfo
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic EFLWindowInfo(Window win)
Parameters
Type | Name | Description |
---|---|---|
Window | win | The window object of component. |
API Level: 6
Properties
Declaration
C#Copypublic int ResourceId { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The native handle of window |
API Level: 6
Methods
Declaration
C#Copypublic void Dispose()
API Level: 6
View Source
Dispose(Boolean)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
API Level: 6
Implements
System.IDisposable