Class TizenShell
Definition
- Namespace:
- Tizen.NUI.WindowSystem.Shell
- Assembly:
- Tizen.NUI.WindowSystem.dll
- API Level:
- 8
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
-
System.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. |
API Level: 8
Methods
Declaration
C#Copypublic void Dispose()
Exceptions
Type | Condition |
---|---|
MemberAccessException | Thrown when private memeber is a corrupted. |
API Level: 8
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
Declaration
C#Copyprotected void Finalize()
API Level: 8
Implements
System.IDisposable