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