Class EFLWindowInfo
Definition
- Namespace:
- Tizen.Applications.ComponentBased.Default
- Assembly:
- Tizen.Applications.ComponentBased.Default.dll
Window information class for ComponentBasedApplication
[Obsolete("Deprecated since API10. Will be removed in API12.")]
public class EFLWindowInfo : IWindowInfo, IDisposable
- Inheritance
-
objectEFLWindowInfo
- Implements
-
System.IDisposable
Constructors
View SourceEFLWindowInfo(Window)
Initializes the EFLWindow class.
Declaration
[Obsolete("Deprecated since API10. Will be removed in API12.")]
public EFLWindowInfo(Window win)
Parameters
Type | Name | Description |
---|---|---|
Window | win | The window object of component. |
Properties
View SourceResourceId
Gets the resource ID of window
Declaration
[Obsolete("Deprecated since API10. Will be removed in API12.")]
public int ResourceId { get; }
Property Value
Type | Description |
---|---|
int | The native handle of window |
Methods
View SourceDispose()
Dispose the window resources
Declaration
[Obsolete("Deprecated since API10. Will be removed in API12.")]
public void Dispose()
Dispose(bool)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
[Obsolete("Deprecated since API10. Will be removed in API12.")]
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
Implements
System.IDisposable