Class TizenShell
Definition
- Assembly:
- Tizen.NUI.WindowSystem.dll
Tizen Window System Shell. This is a basic handle class for others in WsShell. Others class in WsShell using this basic class to use TIzen Window System Shell.
C#Copypublic class TizenShell : IDisposable
- Inheritance
-
objectTizenShell
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic TizenShell()
Exceptions
| Type | Condition |
|---|---|
| OutOfMemoryException | Thrown when the memory is not enough to allocate. |
| System.ArgumentException | Thrown when failed of invalid argument. |
Methods
Declaration
C#Copypublic void Dispose()
Exceptions
| Type | Condition |
|---|---|
| System.MemberAccessException | Thrown when private memeber is a corrupted. |
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
| Type | Name | Description |
|---|---|---|
| DisposeTypes | type |
Declaration
C#Copyprotected ~TizenShell()
Implements
System.IDisposable