Show / Hide Table of Contents

    Class PackageArchive

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.PackageManager.dll
    API Level:
    6

    This class provides the methods and properties to get information about the package archive.

    public class PackageArchive
    Inheritance
    Object
    PackageArchive

    Properties

    View Source

    ApiVersion

    Api version of the package.

    Declaration
    public string ApiVersion { get; }
    Property Value
    Type Description
    String
    API Level: 6
    View Source

    Author

    Author of the package.

    Declaration
    public string Author { get; }
    Property Value
    Type Description
    String
    API Level: 6
    View Source

    DependencyTo

    Packages that this package is required.

    Declaration
    public List<PackageDependencyInformation> DependencyTo { get; }
    Property Value
    Type Description
    List<PackageDependencyInformation>
    API Level: 6
    View Source

    Description

    Description of the package.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    String
    API Level: 6
    View Source

    Icon

    Icon of the package.

    Declaration
    public byte[] Icon { get; }
    Property Value
    Type Description
    Byte[]
    API Level: 6
    View Source

    Id

    The package ID.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String
    API Level: 6
    View Source

    Label

    Label of the package.

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    String
    API Level: 6
    View Source

    Type

    Type of the package.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    String
    API Level: 6
    View Source

    Version

    Version of the package.

    Declaration
    public string Version { get; }
    Property Value
    Type Description
    String
    API Level: 6
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX