Table of Contents

Struct ThreadManagerStats

[Serializable]
public struct ThreadManagerStats
Inherited Members

Fields

ActiveThreads

public int ActiveThreads

Field Value

int

IsRunning

public bool IsRunning

Field Value

bool

MaxThreads

public int MaxThreads

Field Value

int

PendingMainThreadActions

public int PendingMainThreadActions

Field Value

int

QueuedJobs

public int QueuedJobs

Field Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.