Class ServiceInfo

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.UnitedService.dll

    This class provides properties to retrieve information the service.

    public class ServiceInfo
    Inheritance
    object
    ServiceInfo

    Properties

    View Source

    Assembly

    The assembly of the service.

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

    ClassName

    The class name of the service.

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

    ExecutablePath

    Gets the executable path of the application.

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

    Id

    The Id of the service.

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

    Metadata

    The metadata of the service.

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

    Name

    The name of the service.

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

    PackageId

    The package ID of the service.

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

    ResourcePath

    The resource path of the service.

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

    ResourceType

    The resource type of the service.

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

    ResourceVersion

    The resource version of the service.

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

    Type

    The type of the runtime of the service.

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

    UseThread

    Check whether the service uses a thread or not.

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

    Methods

    View Source

    Create(string)

    Creates the information of the Service.

    Declaration
    public static ServiceInfo Create(string packageId)
    Parameters
    Type Name Description
    string packageId

    The package ID of the service.

    Returns
    Type Description
    ServiceInfo

    The information of the service.

    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