Class TizenShell
Definition
- Namespace:
- Tizen.NUI.WindowSystem.Shell
- Assembly:
- Tizen.NUI.WindowSystem.dll
Basic handle of Tizen Window System Shell.
public class TizenShell : IDisposable
- Inheritance
-
TizenShell
- Implements
Remarks
This class is a basic handle class for other class in Tizen Window System Shell. TizenShell serves as the entry point for interacting with the other subclass of Tizen Window System Shell.
Constructors
View SourceTizenShell()
The constructor of TizenShell class.
Declaration
public TizenShell()
Exceptions
| Type | Condition |
|---|---|
| OutOfMemoryException | Thrown when the memory is not enough to allocate. |
| ArgumentException | Thrown when failed of invalid argument. |
Methods
View SourceDispose()
Dispose the TizenShell instance explicitly.
Declaration
public void Dispose()
Exceptions
| Type | Condition |
|---|---|
| MemberAccessException | Thrown when private memeber is a corrupted. |
Dispose(DisposeTypes)
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
| Type | Name | Description |
|---|---|---|
| DisposeTypes | type |
~TizenShell()
The destructor of TizenShell class.
Declaration
protected ~TizenShell()