Class TizenShell

Definition

Namespace:
Tizen.NUI.WindowSystem.Shell
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#
Copy
public class TizenShell : IDisposable
Inheritance
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.

Methods

View Source

Dispose()

Dispose.

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

Thrown when private memeber is a corrupted.

View Source

Dispose(DisposeTypes)

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

~TizenShell()

Destructor.

Declaration
C#
Copy
protected ~TizenShell()

Implements

System.IDisposable