Class NUIComponentApplication
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
The class for supporting multi-components application model.
C#Copypublic class NUIComponentApplication : CoreApplication
- Inheritance
Constructors
View Source
NUIComponentApplication(IDictionary<Type, String>)
Initializes the ComponentApplication class.
Declaration
C#Copypublic NUIComponentApplication(IDictionary<Type, string> typeInfo)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<Type, String> | typeInfo | The component type information. The key should be a class type of FrameComponent or SubComponent subclass. The value should be a component id which is declared in tizen-manifest.xml. |
Methods
Declaration
C#Copypublic override void Exit()
Overrides
Declaration
C#Copyprotected override void OnCreate()
Overrides
Declaration
C#Copyprotected override void OnTerminate()
Overrides
Declaration
C#Copypublic void RegisterComponent(Type compType, string compId)
Parameters
Type | Name | Description |
---|---|---|
Type | compType | Class type |
String | compId | Component ID |
Declaration
C#Copypublic override void Run(string[] args)
Parameters
Type | Name | Description |
---|---|---|
String[] | args | Arguments from commandline. |