Struct CpuBoostingLevelInfo

Definition

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

The structure of the cpu boosting leve information.

C#
Copy
public struct CpuBoostingLevelInfo

Fields

View Source

TidCount

The number of target thread.

Declaration
C#
Copy
public int TidCount
Field Value
Type Description
Int32
View Source

TidLevel

The thread level list of target.

Declaration
C#
Copy
public IntPtr TidLevel
Field Value
Type Description
IntPtr

Extension Methods