Class TypeInfo
Definition
- Assembly:
- Tizen.NUI.dll
TypeInfo class for instantiation of registered types and introspection of their actions and signals.
C#Copypublic class TypeInfo : BaseHandle, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic TypeInfo()
Declaration
C#Copypublic TypeInfo(TypeInfo handle)
Parameters
Type | Name | Description |
---|---|---|
TypeInfo | handle | This copy constructor is required for (smart) pointer semantics. |
Methods
Declaration
C#Copypublic BaseHandle CreateInstance()
Returns
Type | Description |
---|---|
BaseHandle | The BaseHandle for the newly created object. |
Declaration
C#Copypublic string GetBaseName()
Returns
Type | Description |
---|---|
string | The string name. |
Declaration
C#Copypublic string GetName()
Returns
Type | Description |
---|---|
string | The string name. |
View Source
GetPropertyCount()
Retrieves the number of event side type registered properties for this type.
This count does not include all properties.
Declaration
C#Copypublic uint GetPropertyCount()
Returns
Type | Description |
---|---|
uint | The count. |
View Source
GetPropertyName(int)
Given a property index, retrieve the property name associated with it.
Declaration
C#Copypublic string GetPropertyName(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The property index. |
Returns
Type | Description |
---|---|
string | The name of the property at the given index. |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable