Class UIGadgetInfo
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.UIGadget.dll
This class provides properties to retrieve information the UIGadget.
public class UIGadgetInfo
- Inheritance
-
objectUIGadgetInfo
Properties
View SourceAssembly
Gets the assembly of the UIGadget.
Declaration
public Assembly Assembly { get; }
Property Value
| Type | Description |
|---|---|
| Assembly |
ExecutableFile
Gets the executable file of the UIGadget.
Declaration
public string ExecutableFile { get; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Gets the metadata of the UIGadget.
Declaration
public IDictionary<string, string> Metadata { get; }
Property Value
| Type | Description |
|---|---|
| IDictionary<, ><string, string> |
PackageId
Gets the package ID of the UIGadget.
Declaration
public string PackageId { get; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceClassName
The class name of the resource file of UIGadgetResourceManager.
Declaration
public string ResourceClassName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceFile
The resource file of UIGadgetResourceManager.
Declaration
public string ResourceFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourcePath
Gets the resource path of the UIGadget.
Declaration
public string ResourcePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceType
Gets the resource type of the UIGadget.
Declaration
public string ResourceType { get; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceVersion
Gets the resource version of the UIGadget.
Declaration
public string ResourceVersion { get; }
Property Value
| Type | Description |
|---|---|
| string |
UIGadgetAssembly
Gets the assembly of the UIGadget.
Declaration
public UIGadgetAssembly UIGadgetAssembly { get; set; }
Property Value
| Type | Description |
|---|---|
| UIGadgetAssembly |
UIGadgetResourcePath
Gets the UIGadget resource path of the UIGadget.
Declaration
public string UIGadgetResourcePath { get; }
Property Value
| Type | Description |
|---|---|
| string |