Table of Contents

Class ThreadStatus

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class ThreadStatus
Inheritance
ThreadStatus
Inherited Members
Extension Methods

Constructors

ThreadStatus()

public ThreadStatus()

Fields

FLAGS_Suspended

public const uint FLAGS_Suspended = 1

Field Value

uint

STATUS_Ready

public const uint STATUS_Ready = 0

Field Value

uint

STATUS_Terminated

public const uint STATUS_Terminated = 2

Field Value

uint

STATUS_Waiting

public const uint STATUS_Waiting = 1

Field Value

uint

m_calls

public string[] m_calls

Field Value

string[]

m_flags

public uint m_flags

Field Value

uint

m_pid

public uint m_pid

Field Value

uint

m_status

public uint m_status

Field Value

uint