Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
This class has read-only properties to get the package dependency information.
public class PackageDependencyInformation
- Inheritance
-
object
PackageDependencyInformation
Properties
Declaration
public string From { get; }
Property Value
Declaration
public string RequiredVersion { get; }
Property Value
View Source
The ID of package that is required by another.
Declaration
public string To { get; }
Property Value
Declaration
public string Type { get; }
Property Value