Class NUIGadgetInfo

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.Gadget.dll

    This class provides properties to retrieve information the gadget.

    public class NUIGadgetInfo
    Inheritance
    object
    NUIGadgetInfo

    Properties

    View Source

    Assembly

    Gets the assembly of the gadget.

    Declaration
    public Assembly Assembly { get; }
    Property Value
    Type Description
    Assembly
    View Source

    ExecutableFile

    Gets the executable file of the gadget.

    Declaration
    public string ExecutableFile { get; }
    Property Value
    Type Description
    string
    View Source

    GadgetResourcePath

    Gets the gadget resource path of the gadget.

    Declaration
    public string GadgetResourcePath { get; }
    Property Value
    Type Description
    string
    View Source

    Metadata

    Gets the metadata of the gadget.

    Declaration
    public IDictionary<string, string> Metadata { get; }
    Property Value
    Type Description
    IDictionary<, ><string, string>
    View Source

    NUIGadgetAssembly

    Gets the assembly of the gadget.

    Declaration
    public NUIGadgetAssembly NUIGadgetAssembly { get; set; }
    Property Value
    Type Description
    NUIGadgetAssembly
    View Source

    PackageId

    Gets the package ID of the gadget.

    Declaration
    public string PackageId { get; }
    Property Value
    Type Description
    string
    View Source

    ResourcePath

    Gets the resource path of the gadget.

    Declaration
    public string ResourcePath { get; }
    Property Value
    Type Description
    string
    View Source

    ResourceType

    Gets the resource type of the gadget.

    Declaration
    public string ResourceType { get; }
    Property Value
    Type Description
    string
    View Source

    ResourceVersion

    Gets the resource version of the gadget.

    Declaration
    public string ResourceVersion { get; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX