Struct ResourcePidInfo

Definition

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

The structure of the resource pid information.

C#
Copy
public struct ResourcePidInfo

Fields

View Source

Pid

The process id of target.

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

Tid

The thread id list of target.

Declaration
C#
Copy
public IntPtr Tid
Field Value
Type Description
IntPtr
View Source

TidCount

The number of target thread.

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

Extension Methods