Class PerformanceControlType
Definition
- Assembly:
- Tizen.System.dll
This class represents the type of event for backends. This class can be converted from the string type.
public class PerformanceControlType
- Inheritance
-
objectPerformanceControlType
Fields
View SourceAppLaunchHome
Pre-defined event type "PreCreated".
Declaration
public static readonly PerformanceControlType AppLaunchHome
Field Value
| Type | Description |
|---|---|
| PerformanceControlType |
HomeScreen
Pre-defined event type "HomeScreen".
Declaration
public static readonly PerformanceControlType HomeScreen
Field Value
| Type | Description |
|---|---|
| PerformanceControlType |
Methods
View SourceEquals(object)
Determines whether this instance and a specified object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
GetHashCode()
Returns the hash code for event type string.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |
ToString()
Returns the name of event type.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |