Table of Contents

Class ThreadUtilities

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

A utility class to work with threads.

public class ThreadUtilities
Inheritance
ThreadUtilities

Methods

GetCurrentThreadId()

Retrieves the thread identifier of the calling thread.

GetWindowThreadProcessId(IntPtr)

Retrieves the identifier of the thread that created the specified window and, optionally, the identifier of the process that created the window.

ResumeThread(int, int)

Resumes the specified thread.

SuspendThread(int, int)

Suspends the specified thread.