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#
Copy
public class TizenShell : IDisposable
Inheritance
TizenShell

Constructors

View Source

TizenShell()

Creates a new Tizen Shell handle.

Declaration
C#
Copy
public TizenShell()
API Level: 8

Methods

View Source

Dispose()

Dispose.

Declaration
C#
Copy
public void Dispose()
API Level: 8
View Source

Dispose(DisposeTypes)

Declaration
C#
Copy
protected virtual void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
View Source

Finalize()

Destructor.

Declaration
C#
Copy
protected void Finalize()
API Level: 8

Extension Methods