C# Класс Binarysharp.MemoryManagement.Threading.FrozenThread

Class containing a frozen thread. If an instance of this class is disposed, its associated thread is resumed.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Releases all resources used by the RemoteThread object.

ToString ( ) : string

Returns a string that represents the current object.

Приватные методы

Метод Описание
FrozenThread ( RemoteThread thread ) : System

Initializes a new instance of the FrozenThread class.

Описание методов

Dispose() публичный Метод

Releases all resources used by the RemoteThread object.
public Dispose ( ) : void
Результат void

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string