Struct CpuBoostingLevelInfo

    Definition

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

    The structure of the cpu boosting leve information.

    [NativeStructAttribute]
    public struct CpuBoostingLevelInfo

    Fields

    View Source

    TidCount

    The number of target thread.

    Declaration
    public int TidCount
    Field Value
    Type Description
    int
    View Source

    TidLevel

    The thread level list of target.

    Declaration
    public IntPtr TidLevel
    Field Value
    Type Description
    IntPtr

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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