Class PackageSizeInformation
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
This class has read-only properties to get the package size information.
C#
Copy
public class PackageSizeInformation
- Inheritance
-
objectPackage
Size Information
Properties
Declaration
C#
Copy
public long AppSize { get; }
Property Value
Type | Description |
---|---|
long |
Declaration
C#
Copy
public long CacheSize { get; }
Property Value
Type | Description |
---|---|
long |
Declaration
C#
Copy
public long DataSize { get; }
Property Value
Type | Description |
---|---|
long |
Declaration
C#
Copy
public long ExternalAppSize { get; }
Property Value
Type | Description |
---|---|
long |
Declaration
C#
Copy
public long ExternalCacheSize { get; }
Property Value
Type | Description |
---|---|
long |
Declaration
C#
Copy
public long ExternalDataSize { get; }
Property Value
Type | Description |
---|---|
long |