C# Class Binarysharp.MemoryManagement.Threading.FrozenThread

Class containing a frozen thread. If an instance of this class is disposed, its associated thread is resumed.
Inheritance: IDisposable
Datei anzeigen Open project: ZenLulz/MemorySharp

Public Methods

Method Description
Dispose ( ) : void

Releases all resources used by the RemoteThread object.

ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Method Description
FrozenThread ( RemoteThread thread ) : System

Initializes a new instance of the FrozenThread class.

Method Details

Dispose() public method

Releases all resources used by the RemoteThread object.
public Dispose ( ) : void
return void

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string