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
-
PackageArchive
Properties
View SourceApiVersion
Api version of the package.
Declaration
public string ApiVersion { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceAuthor
Author of the package.
Declaration
public string Author { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceDependencyTo
Packages that this package is required.
Declaration
public List<PackageDependencyInformation> DependencyTo { get; }
Property Value
Type | Description |
---|---|
List<PackageDependencyInformation> |
API Level: 6
View SourceDescription
Description of the package.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceIcon
Icon of the package.
Declaration
public byte[] Icon { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 6
View SourceId
The package ID.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceLabel
Label of the package.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceType
Type of the package.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceVersion
Version of the package.
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
String |