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
Afficher le fichier Open project: ZenLulz/MemorySharp

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all resources used by the RemoteThread object.

ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Méthode Description
FrozenThread ( RemoteThread thread ) : System

Initializes a new instance of the FrozenThread class.

Method Details

Dispose() public méthode

Releases all resources used by the RemoteThread object.
public Dispose ( ) : void
Résultat void

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string