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
System.Object
TizenShell
Implements
System.IDisposable

Constructors

View Source

TizenShell()

Creates a new Tizen Shell handle.

Declaration
C#
Copy
public 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

View Source

Dispose()

Dispose.

Declaration
C#
Copy
public void Dispose()
Exceptions
Type Condition
MemberAccessException

Thrown when private memeber is a corrupted.

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

Implements

System.IDisposable