Class RecentApplicationInfo

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    This class provides methods and properties to get information of the recent application.

    public class RecentApplicationInfo : ApplicationInfo
    Inheritance
    object
    ApplicationInfo
    RecentApplicationInfo

    Properties

    View Source

    Arg

    Gets the arguements.

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

    Controller

    Gets the recent application controller.

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

    InstanceId

    Gets the instance ID.

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

    InstanceName

    Gets the instance name.

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

    LaunchTime

    Gets the launchTime.

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

    Uri

    Gets the URI.

    Declaration
    public string Uri { 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