Class NUIGadgetInfo

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.Gadget.dll
API Level:
10

This class provides properties to get information the gadget.

C#
Copy
public class NUIGadgetInfo : object
Inheritance
NUIGadgetInfo

Properties

View Source

ExecutableFile

Gets the executable file of the gadget.

Declaration
C#
Copy
public string ExecutableFile { get; }
Property Value
Type Description
String
API Level: 10
View Source

Metadata

Gets the metadata of the gadget.

Declaration
C#
Copy
public IDictionary<string, string> Metadata { get; }
Property Value
Type Description
IDictionary<String, String>
API Level: 10
View Source

PackageId

Gets the package ID of the gadget.

Declaration
C#
Copy
public string PackageId { get; }
Property Value
Type Description
String
API Level: 10
View Source

ResourcePath

Gets the resource path of the gadget.

Declaration
C#
Copy
public string ResourcePath { get; }
Property Value
Type Description
String
API Level: 10
View Source

ResourceType

Gets the resource type of the gadget.

Declaration
C#
Copy
public string ResourceType { get; }
Property Value
Type Description
String
API Level: 10
View Source

ResourceVersion

Gets the resource version of the gadget.

Declaration
C#
Copy
public string ResourceVersion { get; }
Property Value
Type Description
String
API Level: 10

Extension Methods