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.

C#
Copy
public class PackageArchive
Inheritance
System.Object
PackageArchive

Properties

View Source

ApiVersion

Api version of the package.

Declaration
C#
Copy
public string ApiVersion { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Author

Author of the package.

Declaration
C#
Copy
public string Author { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

DependencyTo

Packages that this package is required.

Declaration
C#
Copy
public List<PackageDependencyInformation> DependencyTo { get; }
Property Value
Type Description
System.Collections.Generic.List<PackageDependencyInformation>
API Level: 6
View Source

Description

Description of the package.

Declaration
C#
Copy
public string Description { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Icon

Icon of the package.

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

Id

The package ID.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Label

Label of the package.

Declaration
C#
Copy
public string Label { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Type

Type of the package.

Declaration
C#
Copy
public string Type { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Version

Version of the package.

Declaration
C#
Copy
public string Version { get; }
Property Value
Type Description
System.String
API Level: 6