Class PerformanceControlType

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll

This class represents the type of event for backends. This class can be converted from the string type.

C#
Copy
public class PerformanceControlType : object
Inheritance
PerformanceControlType

Fields

View Source

AppLaunchHome

Pre-defined event type "PreCreated".

Declaration
C#
Copy
public static readonly PerformanceControlType AppLaunchHome
Field Value
Type Description
PerformanceControlType
View Source

HomeScreen

Pre-defined event type "HomeScreen".

Declaration
C#
Copy
public static readonly PerformanceControlType HomeScreen
Field Value
Type Description
PerformanceControlType

Methods

View Source

Equals(Object)

Determines whether this instance and a specified object.

Declaration
C#
Copy
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
View Source

GetHashCode()

Returns the hash code for event type string.

Declaration
C#
Copy
public override int GetHashCode()
Returns
Type Description
Int32
View Source

ToString()

Returns the name of event type.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
String

Extension Methods