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.

    public class PerformanceControlType
    Inheritance
    object
    PerformanceControlType

    Fields

    View Source

    AppLaunchHome

    Pre-defined event type "PreCreated".

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

    HomeScreen

    Pre-defined event type "HomeScreen".

    Declaration
    public static readonly PerformanceControlType HomeScreen
    Field Value
    Type Description
    PerformanceControlType

    Methods

    View Source

    Equals(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
    View Source

    GetHashCode()

    Returns the hash code for event type string.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    View Source

    ToString()

    Returns the name of event type.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX