Class UIGadgetInfo

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.UIGadget.dll

    This class provides properties to retrieve information the UIGadget.

    public class UIGadgetInfo
    Inheritance
    object
    UIGadgetInfo

    Properties

    View Source

    Assembly

    Gets the assembly of the UIGadget.

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

    ExecutableFile

    Gets the executable file of the UIGadget.

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

    Metadata

    Gets the metadata of the UIGadget.

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

    PackageId

    Gets the package ID of the UIGadget.

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

    ResourceClassName

    The class name of the resource file of UIGadgetResourceManager.

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

    ResourceFile

    The resource file of UIGadgetResourceManager.

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

    ResourcePath

    Gets the resource path of the UIGadget.

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

    ResourceType

    Gets the resource type of the UIGadget.

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

    ResourceVersion

    Gets the resource version of the UIGadget.

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

    UIGadgetAssembly

    Gets the assembly of the UIGadget.

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

    UIGadgetResourcePath

    Gets the UIGadget resource path of the UIGadget.

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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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