Class TizenShell
Definition
- 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.
public class TizenShell : IDisposable
- Inheritance
-
objectTizen
Shell
- Implements
-
System.
IDisposable
Constructors
View SourceTizenShell()
Creates a new Tizen Shell handle.
Declaration
public TizenShell()
Exceptions
Type | Condition |
---|---|
Out |
Thrown when the memory is not enough to allocate. |
System. |
Thrown when failed of invalid argument. |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Exceptions
Type | Condition |
---|---|
System. |
Thrown when private memeber is a corrupted. |
Dispose(DisposeTypes)
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
Dispose |
type |
~TizenShell()
Destructor.
Declaration
protected ~TizenShell()
Implements
System.IDisposable