Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.Gadget.dll
- API Level:
- 10
This class provides properties to get information the gadget.
public class NUIGadgetInfo : object
- Inheritance
-
Properties
View Source
ExecutableFile
Gets the executable file of the gadget.
Declaration
public string ExecutableFile { get; }
Property Value
API Level: 10
Declaration
public IDictionary<string, string> Metadata { get; }
Property Value
API Level: 10
View Source
PackageId
Gets the package ID of the gadget.
Declaration
public string PackageId { get; }
Property Value
API Level: 10
View Source
ResourcePath
Gets the resource path of the gadget.
Declaration
public string ResourcePath { get; }
Property Value
API Level: 10
View Source
ResourceType
Gets the resource type of the gadget.
Declaration
public string ResourceType { get; }
Property Value
API Level: 10
View Source
ResourceVersion
Gets the resource version of the gadget.
Declaration
public string ResourceVersion { get; }
Property Value
API Level: 10
Extension Methods