Class TizenShell
Definition
- Assembly:
- Tizen.NUI.WindowSystem.dll
Basic handle of Tizen Window System Shell.
C#Copypublic class TizenShell : IDisposable
- Inheritance
-
objectTizenShell
- Implements
-
System.IDisposable
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
Declaration
C#Copypublic TizenShell()
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.
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()
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.
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 |
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.
Declaration
C#Copyprotected ~TizenShell()
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.