Class PackageArchive
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
This class provides the methods and properties to get information about the package archive.
public class PackageArchive
- Inheritance
-
objectPackageArchive
Properties
View SourceApiVersion
Api version of the package.
Declaration
public string ApiVersion { get; }
Property Value
Type | Description |
---|---|
string |
Author
Author of the package.
Declaration
public string Author { get; }
Property Value
Type | Description |
---|---|
string |
DependencyTo
Packages that this package is required.
Declaration
public List<PackageDependencyInformation> DependencyTo { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><PackageDependencyInformation> |
Description
Description of the package.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Icon
Icon of the package.
Declaration
public byte[] Icon { get; }
Property Value
Type | Description |
---|---|
byte[] |
Id
The package ID.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Label
Label of the package.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the package.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
string |
Version
Version of the package.
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
string |