Class UIGadgetAssembly
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.UIGadget.dll
Represents a class that provides access to the methods and properties of the UIGadgetAssembly.
public class UIGadgetAssembly
- Inheritance
-
objectUIGadgetAssembly
Properties
View SourceIsAlive
Property indicating whether the weak reference to the UIGadget assembly is still alive.
Declaration
public bool IsAlive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceCreateInstance(string)
Creates an instance of the UIGadget.
Declaration
public object CreateInstance(string className)
Parameters
| Type | Name | Description |
|---|---|---|
| string | className | The class name. |
Returns
| Type | Description |
|---|---|
| object | The UIGadget instance. |