Class UIGadgetAssembly

    Definition

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

    Represents a class that provides access to the methods and properties of the UIGadgetAssembly.

    public class UIGadgetAssembly
    Inheritance
    object
    UIGadgetAssembly

    Properties

    View Source

    IsAlive

    Property indicating whether the weak reference to the UIGadget assembly is still alive.

    Declaration
    public bool IsAlive { get; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    CreateInstance(string)

    Creates an instance of the UIGadget.

    Declaration
    public object CreateInstance(string className)
    Parameters
    Type Name Description
    string className

    The class name.

    Returns
    Type Description
    object

    The UIGadget instance.

    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