DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
Thread.h File Reference

Creates and controls a thread, sets its priority, and gets its status mirroring .NET System.Threading.Thread. More...

#include "Common.h"
#include "System/Object.h"
#include "System/String.h"
#include "System/Action.h"
#include "System/SmartPointer.h"

Go to the source code of this file.

Classes

class  DotNetDupe::System::Threading::Thread
 Creates and controls execution of operating system threads. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Threading

Typedefs

typedef Action< Object * > DotNetDupe::System::Threading::ParameterizedThreadStart
typedef Action DotNetDupe::System::Threading::ThreadStart

Detailed Description

Creates and controls a thread, sets its priority, and gets its status mirroring .NET System.Threading.Thread.

Definition in file Thread.h.