Class EFLComponentBasedApplication
Definition
- Namespace:
- Tizen.Applications.ComponentBased.Default
- Assembly:
- Tizen.Applications.ComponentBased.Default.dll
The basic EFL component-based application class.
C#Copypublic class EFLComponentBasedApplication : ComponentBasedApplication, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View Source
EFLComponentBasedApplication(IDictionary<Type, string>)
Initializes the ComponentBasedApplication class.
Declaration
C#Copypublic EFLComponentBasedApplication(IDictionary<Type, string> typeInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<TKey, TValue><System.Type, string> | typeInfo | The component type information. The key should be a class type of BaseComponent subclass. The value should be a component id which is declared in tizen-manifest.xml. |
Methods
Declaration
C#Copyprotected override void OnExit()
Overrides
Declaration
C#Copyprotected override void OnFinished()
Overrides
Declaration
C#Copyprotected override void OnInit(string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args |
Overrides
Declaration
C#Copyprotected override void OnRun()
Overrides
Implements
System.IDisposable