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
-
Properties
Declaration
public string ApiVersion { get; }
Property Value
Declaration
public string Author { get; }
Property Value
View Source
DependencyTo
Packages that this package is required.
Declaration
public List<PackageDependencyInformation> DependencyTo { get; }
Property Value
Declaration
public string Description { get; }
Property Value
Declaration
public byte[] Icon { get; }
Property Value
Declaration
public string Id { get; }
Property Value
Declaration
public string Label { get; }
Property Value
Declaration
public string Type { get; }
Property Value
Declaration
public string Version { get; }
Property Value