Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
This class provides methods and properties to get information of the application.
public class ApplicationInfo : IDisposable
- Inheritance
-
- Derived
-
Tizen.Applications.RecentApplicationInfo
- Implements
-
System.IDisposable
Constructors
View Source
ApplicationInfo(String)
A constructor of ApplicationInfo that takes the application ID.
Declaration
public ApplicationInfo(string applicationId)
Parameters
Type |
Name |
Description |
System.String |
applicationId |
Application ID.
|
API Level: 3
Properties
Declaration
public string ApplicationId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
ApplicationType
Gets the application type name.
Declaration
public string ApplicationType { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
ExecutablePath
Gets the executable path of the application.
Declaration
public string ExecutablePath { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
ExternalSharedDataPath
Gets the external shared data path.
Declaration
public string ExternalSharedDataPath { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
IconPath
Gets the absolute path to the icon image.
Declaration
public string IconPath { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
IsNoDisplay
Checks whether the application information is nodisplay. If the application icon is not displayed on the menu screen, true; otherwise, false.
Declaration
public bool IsNoDisplay { get; }
Property Value
API Level: 3
View Source
IsOnBoot
Checks whether the application is launched on booting time. If the application automatically starts on boot, true; otherwise, false.
Declaration
public bool IsOnBoot { get; }
Property Value
API Level: 3
View Source
IsPreload
Checks whether the application is preloaded. If the application is preloaded, true; otherwise, false.
Declaration
public bool IsPreload { get; }
Property Value
API Level: 3
Declaration
public string Label { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public IDictionary<string, string> Metadata { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
API Level: 3
View Source
PackageId
Gets the package ID of the application.
Declaration
public string PackageId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public string SharedDataPath { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
SharedResourcePath
Gets the shared resource path.
Declaration
public string SharedResourcePath { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
SharedTrustedPath
Gets the shared trust path.
Declaration
public string SharedTrustedPath { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Methods
View Source
Dispose()
Releases all resources used by the ApplicationInfo class.
Declaration
API Level: 3
Declaration
protected void Finalize()
View Source
GetLocalizedLabel(String)
Gets the localized label of the application for the given locale.
Declaration
public string GetLocalizedLabel(string locale)
Parameters
Type |
Name |
Description |
System.String |
locale |
Locale.
|
Returns
Type |
Description |
System.String |
|
API Level: 3
Implements
System.IDisposable