Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
This class has read-only properties to get the package size information.
public class PackageSizeInformation
- Inheritance
-
object
PackageSizeInformation
Properties
Declaration
public long AppSize { get; }
Property Value
Declaration
public long CacheSize { get; }
Property Value
Declaration
public long DataSize { get; }
Property Value
Declaration
public long ExternalAppSize { get; }
Property Value
Declaration
public long ExternalCacheSize { get; }
Property Value
Declaration
public long ExternalDataSize { get; }
Property Value